HANDOFFENTRY structure

The HANDOFFENTRY structure defines a specific protocol entry in a HANDOFFTABLE structure.

This structure is filled in by Network Monitor based on information in a user supplied .ini file provided when calling the CreateHandoffTable function. This structure should never be explicitly modified by an application.

Syntax

typedef struct _SESSIONSTATS {
  DWORD      hoe_sig;
  DWORD      hoe_ProtIdentNumber;
  HPPROTOCOL hoe_ProtocolHandle;
  DWORD      hoe_ProtocolData;
} HANDOFFENTRY, *LPHANDOFFENTRY;

Members

hoe_sig

Signature that identifies this entry as a handoff table entry.

hoe_ProtIdentNumber

Protocol number provided by user supplied .ini file.

hoe_ProtocolHandle

Handle of protocol created using the protocol name provided by user supplied .ini file.

hoe_ProtocolData

Protocol instance data provided by user supplied .ini file.

Remarks

This structure is filled in by Network Monitor when Network Monitor creates a handoff table.

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

HANDOFFTABLE