RAPI_GETDEVICEOPCODE (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

RAPI2 Enumerations

Concepts

RAPI Enumerations