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 FwpsvSwitchEventsUnsubscribe0 function releases resources that are associated with virtual switch notification subscriptions.
Syntax
void FwpsvSwitchEventsUnsubscribe0(
UINT32 subscriptionId,
UINT32 flags,
void *reserved
);
Parameters
subscriptionId
A unique event subscription identifier that the callout driver obtained by calling the FwpsvSwitchEventsSubscribe0 function.
flags
Reserved. Set this parameter to zero.
reserved
Reserved. Set this parameter to zero.
Return value
None
Remarks
A callout driver calls the FwpsvSwitchEventsUnsubscribe0 function to unsubscribe to virtual switch notifications that the callout driver previously subscribed to by calling the FwpsvSwitchEventsSubscribe0 function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows 8. |
Target Platform | Universal |
Header | fwpsk.h (include Fwpsk.h) |
Library | Fwpkclnt.lib |
IRQL | <= PASSIVE_LEVEL |