|
GetEnumList
|
|
| Name [in]
|
| String containing the name of the enumerated feature
|
| pInfo [out,retval]
|
| Pointer to the SAFEARRAY containing the allowed string values of the feature:
|
|
|
| S_OK
|
| Success
|
| E_NOINTERFACE
|
| Feature does not exist or not available
|
| E_INVALIDARG
|
| Feature is not of enumerated type
|
| E_FAIL
|
| Failed to read feature.
|