#include <dwc.h>
void DWC_CancelGHTTPRequest(int req);
Cancels the HTTP communication process that uses the GHTTP library.
In the req argument, specify the request identifier return values for the DWC_GetGHTTPData, DWC_GetGHTTPDataEx, DWC_GetGHTTPDataEx2, and DWC_PostGHTTPData functions.
req |
Request identifier. |
None.
DWC_GetGHTTPData
DWC_GetGHTTPDataEx
DWC_GetGHTTPDataEx2
DWC_PostGHTTPData
2006/12/27 Made revisions to reflect the addition of the DWC_GetGHTTPDataEx2 function.
2006/03/09 Initial version.
CONFIDENTIAL