Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This enumeration contains values that specify whether an operation code run on a Windows Embedded CE-based device is blocking.

Syntax

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

Header rapitypes2.h
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also