FwpsvSwitchEventsUnsubscribe0 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fwpsk.h

void FwpsvSwitchEventsUnsubscribe0(
  UINT32 subscriptionId,
  UINT32 flags,
  void   *reserved
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fwpsk-fwpsvswitcheventsunsubscribe0)

FwpsvSwitchEventsUnsubscribe0 function

Description

The FwpsvSwitchEventsUnsubscribe0 function releases resources that are associated with virtual switch notification subscriptions.

Note FwpsvSwitchEventsUnsubscribe0 is a specific version of FwpsvSwitchEventsUnsubscribe. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

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.

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.

See also

FwpsvSwitchEventsSubscribe0