ghttpPostSetCallback

GameSpy SDK

ghttpPostSetCallback

Sets the callback for a post object.

void ghttpPostSetCallback(
GHTTPPost post,
ghttpPostCallback callback,
void * param );
RoutineRequired HeaderDistribution
ghttpPostSetCallback<ghttp.h>SDKZIP

Parameters

post
[in] The post object to set the callback on.
callback
[in] The callback to call when using this post object.
param
[in] User data passed to the callback.

Section Reference: Gamespy HTTP SDK

See Also: ghttpNewPost