Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This structure contains detailed information used for Send Data command responses.
Syntax
typedef struct simtkitrspsenddata_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwChannelId;
DWORD dwDataLength;
} SIMTKITRSPSENDDATA, FAR *LPSIMTKITRSPSENDDATA;
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.
- dwDataLength
Specifies the channel data length.
Requirements
| Header | simtkit.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |