Platform SDK: TAPI

MSPEVENTITEM

The MSPEVENTITEM structure contains link pointers and event types for MSP events.

typedef struct
{
  LIST_ENTRY Link;
  MSP_EVENT_INFO MSPEventInfo;
} MSPEVENTITEM, *PMSPEVENTITEM;

Members

Link
Doubly-linked list. Part of Window 2000 runtime routines that are callable by both kernel mode code in the executive and user mode code in various subsystems. See Ntrtl.h or search the Platform SDK for details.
MSPEventInfo
The MSP_EVENT_INFO structure contains information concerning an event.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Mspaddr.h.