XblHttpCallCreate
Creates an HTTP call handle.Syntax
Parameters
xblContext _In_Type: XblContextHandle XBOX Live context that provides user context for authorizing the call. method _In_z_
Type: char* UTF-8 encoded method for the HTTP call. url _In_z_
Type: char* UTF-8 encoded URL for the HTTP call. call _Out_
Type: XblHttpCallHandle* The handle of the HTTP call.
