tfAddrPolicyTableRemoveEntry

Jump to: navigation, search

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


Returns

  • TM_ENOERROR
    Success.
  • TM_EPERM
    The policy entry table is empty.
  • TM_EINVAL
    The apeHandle was NULL.


Table of Contents >> Application Reference >> DNS Resolver