nf_setRulesEx

Replace the rules in driver with the specified array.

NF_STATUS nf_setRulesEx(PNF_RULE_EX pRules, int count)

Parameters

pRules
A pointer to array of NF_RULE_EX structures.
count
Number of items in pRules array

Return Values

NF_STATUS_SUCCESS on success, or other NF_STATUS error code on fail.

Remarks

It is an atomic operation, which means that the old rules are replaced with new list in a single synchonized call. If the rules list in driver is empty, the new list is assigned as current.

Requirements

Driver type WFP, TDI
Header nfapi.h
Library nfapi.lib