RAPI_GETDEVICEOPCODE
This enumeration contains values that specify whether an operation code run on a Windows CE-based device is blocking.
typedef enum {
RAPI_GETDEVICE_NONBLOCKING
RAPI_GETDEVICE_BLOCKING
} RAPI_GETDEVICEOPCODE;
Elements
- RAPI_GETDEVICE_NONBLOCKING
The opcode is non-blocking. - RAPI_GETDEVICE_BLOCKING
This value is not supported. Always use RAPI_GETDEVICE_NONBLOCKING
Requirements
Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: Rapitypes2.h
See Also
Send Feedback on this topic to the authors