DWC_CancelGHTTPRequest

C Specification

#include <dwc.h>

void DWC_CancelGHTTPRequest(int req);

Description

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.

Arguments

req Request identifier

Return Values

None.

See Also

DWC_GetGHTTPData, DWC_GetGHTTPDataEx, DWC_GetGHTTPDataEx2, DWC_PostGHTTPData

Revision History

2006/12/27 Made revisions in line with the addition of the DWC_GetGHTTPDataEx2 function
2006/03/09 Initial version


CONFIDENTIAL