Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This method obtains the name of the enumeration constant given its value.
Syntax
Parameters
value
[in] The value for which to get the name of the enumeration constant.
pbstrValue
[out] Returns the name of the enumeration constant.
Return Value
If successful, returns S_OK; otherwise, returns S_FALSE if the value has no associated name, or returns an error code.
Remarks
If there is more than one name associated with the same value, the first name defined in the enumeration will be returned.