CreateEventCategory
|
![]() ![]() ![]() |
|
[in] const char* name
|
Name of the event category to be created. Should not be NULL or empty.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
E_NOINTERFACE
|
Parent category does not exist
|
|
m_pCamera->CreateEventCategory ("EventControl");
|
|
|