gt2RemoveReceiveFilter
Removes a filter from the connection's incoming data filter list.
- void gt2RemoveReceiveFilter(
- GT2Connection connection,
- gt2ReceiveFilterCallback callback );
Routine | Required Header | Distribution |
---|---|---|
gt2RemoveReceiveFilter | <gt2.h> | SDKZIP |
Parameters
- connection
- [in] The handle to the connection.
- callback
- [in] The filtering callback to remove. NULL removes all filters.
Remarks
Filters should not be removed while a message is being filtered. If the callback is NULL, all of the filters will be removed.
Section Reference: Gamespy Transport SDK
See Also: gt2ReceiveFilterCallback, gt2AddReceiveFilter, gt2FilteredReceive