RAPI_GETDEVICEOPCODE

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;

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

Remote API Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.