PF_SET_EXTENSION_HOOK_INFO structure

The PF_SET_EXTENSION_HOOK_INFO structure contains information that describes a filter-hook callback function.

Syntax

typedef struct _PF_SET_EXTENSION_HOOK_INFO {
  PacketFilterExtensionPtr ExtensionPointer;
} PF_SET_EXTENSION_HOOK_INFO, *PPF_SET_EXTENSION_HOOK_INFO;

Members

  • ExtensionPointer
    Specifies a PacketFilterExtensionPtr data type that points to a filter-hook callback function to register the function with the IP filter driver. If ExtensionPointer is a NULL value, the previously registered function is cleared from the IP filter driver.

Requirements

Header

Pfhook.h

 

 

Send comments about this topic to Microsoft