IUserIdentity::GetIdentityFolder method

[GetIdentityFolder 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 file folder associated with this identity.

Syntax

HRESULT GetIdentityFolder(
  [in] DWORD dwFlags,
  [in] WCHAR *pszPath,
  [in] ULONG ulBuffSize
);

Parameters

dwFlags [in]

Type: DWORD

Required. A value that specifies whether the folder associated with this identity is roaming. Must be one of the following values.

(GIF_ROAMING_FOLDER)

The folder is roaming.

(GIF_NON_ROAMING_FOLDER)

The folder is local.

pszPath [in]

Type: WCHAR*

A pointer to a wide-character string that receives the folder path.

ulBuffSize [in]

Type: ULONG

A value that specifies the size of pszPath.

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 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
End of client support
Windows 2000 Professional
End of server support
Windows 2000 Server
Header
Msident.h
IDL
Msident.idl
DLL
Msident.dll

See also

IUserIdentity

IUserIdentity::OpenIdentityRegKey