SIMRUNATCMD (Windows Embedded CE 6.0)
1/6/2010
This structure is used for SIM_NOTIFY_RUNATCOMMAND.
Syntax
typedef struct simrunatcmd_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwCmdSize;
DWORD dwCmdOffset;
DWORD dwTextSize;
DWORD dwTextOffset;
DWORD dwIconIdentifier;
DWORD dwIconQualifier;
} SIMRUNATCMD, FAR *LPSIMRUNATCMD;
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.
- dwCmdSize
Specifies the size of the AT command text, in bytes.
- dwCmdOffset
Specifies the offset from start of this structure, in bytes.
- dwTextSize
Specifies the size of the associated text, in bytes.
- dwTextOffset
Specifies the offset from start of this structure, in bytes.
- dwIconIdentifier
Specifies the identifier for the icon to use.
- dwIconQualifier
Specifies the qualifier that designates how the icon should be used.
Requirements
Header | simtkit.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |