#include <dwc.h>
void DWC_CancelGHTTPRequest(int req);
Specifies the request identifier return value for the DWC_GetGHTTPData
, DWC_GetGHTTPDataEx
, and DWC_PostGHTTPData
functions, and cancels any ongoing HTTP communications.
req |
Request identifier |
None.
DWC_GetGHTTPData, DWC_GetGHTTPDataEx, DWC_PostGHTTPData
03/09/2006 Initial version