CreateChunkCategory
|
![]() ![]() ![]() |
|
[in] const char* name
|
Name of the chunk data 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->CreateChunkCategory ("ChunkDataControl");
|
|
|