Skip to main content

XUserGetTokenAndSignatureUtf16Data

Contains Unicode xtokens and signatures for web requests.

Syntax

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

Conceptual documentation

See also

XUser XUserGetTokenAndSignatureUtf16Async XUserGetTokenAndSignatureUtf16Result
Last modified on August 20, 2026