nf_srv_setRules

Replace the rules in driver with the specified array.

NF_STATUS nf_srv_setRules(PNF_SRV_RULE pRules, int count)

Parameters

pRules
A pointer to array of NF_SRV_RULE 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

Header nfsrvapi.h
Library nfsrvapi.lib