DWC_CancelGHTTPRequest

Syntax

#include <dwc.h>

void DWC_CancelGHTTPRequest(int req);

Description

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.

Arguments

req Request identifier.

Return Values

None.

See Also

DWC_GetGHTTPData
DWC_GetGHTTPDataEx
DWC_GetGHTTPDataEx2
DWC_PostGHTTPData

Revision History

2006/12/27 Made revisions to reflect the addition of the DWC_GetGHTTPDataEx2 function.
2006/03/09 Initial version.


CONFIDENTIAL