DWC_CancelGHTTPRequest

C Specification

#include <dwc.h>

void DWC_CancelGHTTPRequest(int req);

Description

Specifies the request identifier return value for the DWC_GetGHTTPData, DWC_GetGHTTPDataEx, and DWC_PostGHTTPData functions, and cancels any ongoing HTTP communications.

Arguments

req Request identifier

Return Values

None.

See Also

DWC_GetGHTTPData, DWC_GetGHTTPDataEx, DWC_PostGHTTPData

Revision History

03/09/2006 Initial version