XUserGetTokenAndSignatureUtf16HttpHeader

Contains a Unicode HTTP header for a web request.

Syntax

typedef struct XUserGetTokenAndSignatureUtf16HttpHeader {  
    const wchar_t* name;  
    const wchar_t* value;  
} XUserGetTokenAndSignatureUtf16HttpHeader  

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