IXblIdpAuthManager::GetGamerAccount method (xblidpauthmanager.h)

Reserved for Microsoft use.

Syntax

HRESULT GetGamerAccount(
  LPWSTR *msaAccountId,
  LPWSTR *xuid
);

Parameters

msaAccountId

Type: __RPC__deref_out_opt_string*

xuid

Type: __RPC__deref_out_opt_string*

Return value

Type: HRESULT

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

Requirements

Requirement Value
Target Platform Windows
Header xblidpauthmanager.h

See also

IXblIdpAuthManager