MSPEVENTITEM structure (mspaddr.h)

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

Syntax

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

Members

Link

Doubly-linked list. Part of Windows 2000 run-time 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

Requirement Value
Header mspaddr.h