HCMockResponseSetResponseBodyBytes
Set the response body string to return for the mock.Syntax
Parameters
call _In_Type: HCMockCallHandle The handle of the HTTP call. bodyBytes _In_reads_bytes_(bodySize)
Type: uint8_t* The response body bytes of the HTTP call. bodySize _In_
Type: uint32_t The length in bytes of the body being set.
