FWPM_DYNAMIC_KEYWORD_CALLBACK0 callback function (fwpmu.h)
A callback function, which you implement, that is invoked with notifications regarding changes to dynamic keyword address (FW_DYNAMIC_KEYWORD_ADDRESS0) objects. See FwpmDynamicKeywordSubscribe0.
For more info, and code examples, see Firewall dynamic keywords.
Syntax
FWPM_DYNAMIC_KEYWORD_CALLBACK0 FwpmDynamicKeywordCallback0;
void FwpmDynamicKeywordCallback0(
void *notification,
void *context
)
{...}
Parameters
notification
Type: _In_opt_ void*
Not used.
context
Type: _In_opt_ void*
The value you pass to FwpmDynamicKeywordSubscribe0 as the context argument.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Target Platform | Windows |
Header | fwpmu.h |