Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The UserDisplay property retrieves the name of the current client in user display name format.
This property is read-only.
Syntax
HRESULT get_UserDisplay(
BSTR *pbstrProp
);
Parameters
pbstrProp
Return value
None
Remarks
The user display client name is retrieved by impersonating the client token and calling the GetUserNameEx function with NameCanonical specified for the NameDisplay parameter.
An example of a client name in user display name format is "Ben Smith".
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | azroles.h |
| Library | Azroles.lib |
| DLL | Azroles.dll |
| Redistributable | Windows Server 2003 Administration Tools Pack on Windows XP |