HANDOFFTABLE structure

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.

Syntax

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

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

HANDOFFENTRY

CreateHandoffTable