DeleteEnumEntry
|
![]() ![]() ![]() |
|
[in] const char* feature
|
Name of the feature. Must be an existing feature of the enumerated type.
|
|
[in] const char* name
|
Name of the entry to be deleted. Should not be NULL or empty.
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
E_NOINTERFACE
|
Feature or entry does not exist
|
|
m_pCamera->Disconnect();
|
m_pCamera->DeleteEnumEntry("TestImageSelector", "Pattern 2");
|
m_pCamera->DeleteEnumEntry("TesImageSelector", "Pattern 3");
|