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