Nota
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
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.