tfPolicyValidateByPriority

Jump to: navigation, search

Table of Contents >> IPsec/IKE Programmer's Reference >> IPsec/IKE Function Reference


#include <trsocket.h>


int tfPolicyValidateByPriority (ttUser16Bit priority);


Function Description

Allows tfPolicyValidate() to be invoked by priority rather than by direct ttPolicyEntryPtr reference. See the notes associated with tfPolicyValidate() for more information.



Parameters

  • priority
    The priority of the IPsec policy to validate.


Returns

  • TM_ENOERROR
    Success. Valid offer, updated counts, enabled policy.
  • TM_EINVAL
    Failure. Offer not supported, disabled policy.



Table of Contents >> IPsec/IKE Programmer's Reference >> IPsec/IKE Function Reference