Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TcDeleteFilter function deletes a filter previously added with the TcAddFilter function.
Syntax
ULONG TcDeleteFilter(
[in] HANDLE FilterHandle
);
Parameters
[in] FilterHandle
Handle to the filter to be deleted, as received in a previous call to the TcAddFilter function.
Return value
| Return code | Description |
|---|---|
|
The function executed without errors. |
|
The filter handle is invalid. |
Note Use of the
TcDeleteFilter function requires administrative privilege.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | traffic.h |
| Library | Traffic.lib |
| DLL | Traffic.dll |