FwpmDynamicKeywordUnsubscribe0 function (fwpmu.h)
Cancels the delivery of notifications regarding changes to particular dynamic keyword address (FW_DYNAMIC_KEYWORD_ADDRESS0) objects.
For more info, and code examples, see Firewall dynamic keywords.
Syntax
DWORD FwpmDynamicKeywordUnsubscribe0(
HANDLE subscriptionHandle
);
Parameters
subscriptionHandle
Type: _In_ HANDLE
The subscription handle that was returned from FwpmDynamicKeywordSubscribe0.
Return value
Type: DWORD
If the function succeeds, then it returns ERROR_SUCCESS.
Remarks
FwpmDynamicKeywordUnsubscribe0 waits for all callback functions to complete before returning.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Target Platform | Windows |
Header | fwpmu.h |
Library | Fwpuclnt.lib |
DLL | Fwpuclnt.dll |