Share via


SIMEVENTLIST (Windows Embedded CE 6.0)

1/6/2010

This structure is used for SIM_NOTIFY_EVENTLIST.

Syntax

typedef struct simeventlist_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwEventsSize;
  DWORD dwEventsOffset;
} SIMEVENTLIST, FAR *LPSIMEVENTLIST;

Members

  • cbSize
    Specifies the size of the structure, in bytes.
  • dwParams
    Specifies a bitfield that indicates which structure fields are valid for a given message.
  • dwEventsSize
    Specifies the size of the associated event, in bytes.
  • dwEventsOffset
    Specifies the offset from the start of this structure, in bytes.

Requirements

Header simtkit.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

SIM Toolkit Structures