ghttpPostSetCallback
Sets the callback for a post object.
- void ghttpPostSetCallback(
- GHTTPPost post,
- ghttpPostCallback callback,
- void * param );
Routine | Required Header | Distribution |
---|---|---|
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