RAPI_GETDEVICEOPCODE

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

Concepts

RAPI Enumerations