Share via


HANDOFFENTRY

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 CreatHandoffTable function. This structure should never be explicitly modified by an application.

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

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.

See Also

HANDOFFTABLE