gt2RemoveSendFilter

GameSpy SDK

gt2RemoveSendFilter

Removes a filter from the connection's ougoing data filter list.

void gt2RemoveSendFilter(
GT2Connection connection,
gt2SendFilterCallback callback );
RoutineRequired HeaderDistribution
gt2RemoveSendFilter<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.