XblHttpCallGetResponseString
Get the response body string of the HTTP call.Syntax
Parameters
call _In_Type: XblHttpCallHandle The handle of the HTTP call. responseString _Out_
Type: char** The UTF-8 encoded response body string of the HTTP call. The memory for the returned string pointer remains valid for the life of the XblHttpCallHandle object until XblHttpCallCloseHandle() is called on it.
