Share via


HANDOFFTABLE

The HANDOFFTABLE structure defines the protocols of a handoff table.

This structure is filled in by Network Monitor based on information in a user supplied .ini file provided when calling the CreateHandoffTable function.

typedef struct HANDOFFTABLE {
  DWORD hot_sig;
  DWORD hot_NumEntries;
  LPHANDOFFENTRY hot_Entries;
} HANDOFFTABLE, 
 *LPHANDOFFTABLE;

Members

  • hot_sig
    Signature that identifies this table as a handoff table.
  • hot_NumEntries
    Number of entries that Network Monitor added to the handoff table.
  • hot_Entries
    Handoff table.

Remarks

This structure, and its associated HANDOFFENTRY structures, are filled in by Network Monitor when Network Monitor creates a handoff table.

The protocol information that is used when creating a handoff table is provided in an .ini file supplied by the application when CreateHandoffTable is called.

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

HANDOFFENTRY, CreateHandoffTable