Skip to main content

XUserGetTokenAndSignatureUtf16HttpHeader

Contains a Unicode HTTP header for a web request.

Syntax

Members

name
Type: const wchar_t*
The Unicode header name. value
Type: const wchar_t*
The Unicode header value.

Remarks

To asynchronously retrieve unicode xtokens and signatures for web requests, call the XUserGetTokenAndSignatureUtf16Async function. The function uses a pointer to a XUserGetTokenAndSignatureUtf16HttpHeader structure as an argument. To get the result of a call to the XUserGetTokenAndSignatureUtf16Async function, call the XUserGetTokenAndSignatureUtf16Result function.

Requirements

Header: XUser.h Supported platforms: Windows, XBOX One family consoles and XBOX Series consoles

See also

XUser XUserGetTokenAndSignatureUtf16Async XUserGetTokenAndSignatureUtf16Result
Last modified on August 20, 2026