|
GetFeatureString
|
|
| Name [in]
|
| String specifying the name of the feature
|
| pValue [out, retval]
|
| Pointer to the string value of the feature
|
| S_OK
|
| Success
|
| E_NOINTERFACE
|
| Feature does not exist or not available
|
| E_FAIL
|
| Failed to read the feature
|
|
|
|
|
|
Feature Type
|
Value
|
|
Integer
|
Integer value in form of string
|
|
Float
|
Floating point value in form of string
|
|
Boolean
|
"False" or "True"
|
|
Enumerated
|
Current string value
|
|
String
|
Current string value
|
|
Command
|
Zero value
|
|
|