XblHttpCallRequestSetRequestBodyBytes
Set the request body bytes of the HTTP call.Syntax
Parameters
call _In_Type: XblHttpCallHandle The handle of the HTTP call. requestBodyBytes _In_reads_bytes_(requestBodySize)
Type: uint8_t* The request body bytes of the HTTP call. requestBodySize _In_
Type: uint32_t The length in bytes of the body being set.
