IUserIdentity::GetName method

[IUserIdentity::GetName is not supported and may be altered or unavailable in the future. Instead, use User Accounts with Fast User Switching and Remote Desktop.]

Gets the name associated with this user identity.

Syntax

HRESULT GetName(
  [in] WCHAR *pszName,
  [in] ULONG ulBuffSize
);

Parameters

pszName [in]

Type: WCHAR*

A pointer to a wide-character string that receives the name of this user identity.

ulBuffSize [in]

Type: ULONG

A value that specifies the size of pszName.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
End of client support
Windows XP
End of server support
Windows Server 2003
Header
Msident.h
IDL
Msident.idl
DLL
Msident.dll

See also

IUserIdentity

SetName