ghttpRequestThink

GameSpy SDK

ghttpRequestThink

Process just one particular request.

GHTTPBool ghttpRequestThink(
GHTTPRequest request );
RoutineRequired HeaderDistribution
ghttpRequestThink<ghttp.h>SDKZIP

Return Value

GHTTPFalse if the request cannot be found.

Parameters

request
[in] A valid request object to process.

Remarks

This allows an HTTP request to be processed in a separate thread (only supported under Win32).

Section Reference: Gamespy HTTP SDK

See Also: ghttpThink