Condividi tramite


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

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

See Also

HANDOFFTABLE

Send comments about this topic to Microsoft

Build date: 11/9/2009