Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FWPM_NET_EVENT_CALLBACK1 function is used to add custom behavior to the net event subscription process.
Syntax
FWPM_NET_EVENT_CALLBACK1 FwpmNetEventCallback1;
void FwpmNetEventCallback1(
[in, out] void *context,
[in] const FWPM_NET_EVENT2 *event
)
{...}
Parameters
[in, out] context
Type: void*
Optional context pointer. It contains the value of the context parameter of the FwpmNetEventSubscribe1 function.
[in] event
Type: const FWPM_NET_EVENT2*
The net event information.
Return value
None
Remarks
Call FwpmNetEventSubscribe1 to register this callback function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | fwpmu.h |