PF_HANDOFFSET structure

The PF_HANDOFFSET structure defines the protocols that hand off to the parser, or the protocols that the parser hands off to.

Syntax

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

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h

See also

PF_PARSERINFO

PF_HANDOFFENTRY