PF_HANDOFFSET
The PF_HANDOFFSET structure defines the protocols that hand off to the parser, or the protocols that the parser hands off to.
typedef struct _PF_HANDOFFSET {
DWORD nEntries;
PF_HANDOFFENTRY Entry[];
} PF_HANDOFFSET,
*PPF_HANDOFFSET;
Members
- nEntries
Number of protocols. - Entry
An array of PF_HANDOFFENTRY structures that define each protocol.
Remarks
The PF_PARSERINFO structure uses the PF_HANDOFFSET structure to list the following:
- Which protocols hand off to the parser.
- Which protocols the parser hands off to.
The PF_HANDOFFSET structure must be allocated using HeapAlloc.
Requirements
Client | Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0. |
Server | Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0. |
Header | Declared in Netmon.h. |