次の方法で共有


RAPI_GETDEVICEOPCODE (RAPI) (Windows CE 5.0)

Send Feedback

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;

Enumerators

  • RAPI_GETDEVICE_NONBLOCKING
    The opcode is non-blocking.
  • RAPI_GETDEVICE_BLOCKING
    The opcode is blocking.

Requirements

OS Versions: Windows CE 5.0 and later
Header: rapitypes.h
Library: rapi.lib

See Also

RAPI Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.