Condividi tramite


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

Minimum supported client Windows 2000 Professional
Minimum supported server Windows 2000 Server
Header Netmon.h

See Also

HANDOFFENTRY

CreateHandoffTable

Send comments about this topic to Microsoft

Build date: 11/9/2009