Firewall dynamic keywords functions
Firewall dynamic keywords contains the following functions.
In this section
Topic | Description |
---|---|
FwpmDynamicKeywordSubscribe0 | Requests the delivery of notifications regarding changes to particular dynamic keyword address (FW_DYNAMIC_KEYWORD_ADDRESS0) objects. |
FwpmDynamicKeywordUnsubscribe0 | Cancels the delivery of notifications regarding changes to particular dynamic keyword address (FW_DYNAMIC_KEYWORD_ADDRESS0) objects. |
PFN_FWADDDYNAMICKEYWORDADDRESS0 | Function pointer type of the entry point in the service that you call to add the specified dynamic keyword address. |
PFN_FWDELETEDYNAMICKEYWORDADDRESS0 | Function pointer type of the entry point in the service that you call to delete the dynamic keyword address with the specified ID. |
PFN_FWENUMDYNAMICKEYWORDADDRESSBYID0 | Function pointer type of the entry point in the service that you call to enumerate the specific dynamic keyword addresses by ID. |
PFN_FWENUMDYNAMICKEYWORDADDRESSESBYTYPE0 | Function pointer type of the entry point in the service that you call to enumerate dynamic keyword addresses by type. You can request a particular subset of objects based on the enumeration flags passed in. |
PFN_FWFREEDYNAMICKEYWORDADDRESSDATA0 | Function pointer type of the entry point in the service that you call to free dynamic keyword address data structs allocated by the service. |
PFN_FWUPDATEDYNAMICKEYWORDADDRESS0 | Function pointer type of the entry point in the service that you call to update the dynamic keyword address with the input ID. |