Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.