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.
Contains Unicode xtokens and signatures for web requests.
Syntax
typedef struct XUserGetTokenAndSignatureUtf16Data {
size_t tokenCount;
size_t signatureCount;
const wchar_t* token;
const wchar_t* signature;
} XUserGetTokenAndSignatureUtf16Data
Members
tokenCount
Type: size_t
The size in bytes of the buffer in the token property.
signatureCount
Type: size_t
The size in bytes of the buffer in the signature property.
token
Type: const wchar_t*
A buffer containing the Unicode token.
signature
Type: const wchar_t*
A buffer containing the Unicode signature.
Remarks
To get the result of a call to the XUserGetTokenAndSignatureUtf16Async function, call the XUserGetTokenAndSignatureUtf16Result function.
The XUserGetTokenAndSignatureUtf16Async function asynchronously retrieves unicode xtokens and signatures for web requests.
The XUserGetTokenAndSignatureUtf16Result function uses a double pointer to an XUserGetTokenAndSignatureUtf16Data structure as an argument.
Requirements
Header: XUser.h
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles