SIMTKITRSPRECEIVEDATA (Windows Embedded CE 6.0)
1/6/2010
This structure contains detailed information used for Receive Data command responses.
Syntax
typedef struct simtkitrspreceivedata_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwChannelId;
DWORD dwDataSize;
DWORD dwDataOffset;
} SIMTKITRSPRECEIVEDATA, FAR *LPSIMTKITRSPRECEIVEDATA;
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.
- dwChannelId
Specifies the channel identifier.
- dwDataSize
Specifies the channel data size.
- dwDataOffset
Specifies the channel data.
Requirements
Header | simtkit.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |