tfAddrPolicyTableRemoveEntry
Table of Contents >> Application Reference >> DNS Resolver
| #include <trsocket.h> |
| int tfAddrPolicyTableRemoveEntry | ( |
| ttUserAddrPolicyEntryHandle apeHandle, | |
| int flags | |
| ); |
Function Description
This function removes an address policy table entry.
Parameters
- apeHandle
- The policy handle as returned by tfAddrPolicyTableAddEntry().
- flags
- Currently unused.
Returns
- TM_ENOERROR
- Success.
- TM_EPERM
- The policy entry table is empty.
- TM_EINVAL
- The apeHandle was NULL.