Share via


SIMTKITRSPPOLLINTERVAL (Windows Embedded CE 6.0)

1/6/2010

This structure contains detailed information used for Poll Interval command responses.

Syntax

typedef struct simtkitrsppollinterval_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwUnit;
  DWORD dwInterval;
} SIMTKITRSPPOLLINTERVAL, FAR *LPSIMTKITRSPPOLLINTERVAL;

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.
  • dwUnit
    Specifies the time unit.
  • dwInterval
    Specifies the interval, and number of units.

Requirements

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

See Also

Reference

SIM Toolkit Structures