XblHttpCallGetResponseBodyBytes
Get the response body buffer of the HTTP call.Syntax
Parameters
call _In_Type: XblHttpCallHandle The handle of the HTTP call. bufferSize _In_
Type: size_t The response body buffer size being passed in. buffer _Out_writes_bytes_to_(bufferSize,bufferUsed)
Type: uint8_t The buffer to be written to. bufferUsed _Out_opt_
Type: size_t* The actual number of bytes written to the buffer.
