Collapse All
Parallels C API Reference Guide
PRL_UIEMU_ELEMENT_AT_POS Structure
PrlIoStructs.h Other Structs
Syntax
typedef struct _PRL_UIEMU_ELEMENT_AT_POS {
  PRL_INT32 queryId;
  PRL_UINT32 queryFlags;
  PRL_INT32 posX;
  PRL_INT32 posY;
  PRL_INT32 propRectLeft;
  PRL_INT32 propRectTop;
  PRL_INT32 propRectRight;
  PRL_INT32 propRectBottom;
  PRL_UINT32 propControlType;
  PRL_UINT8 propIsControl;
  PRL_UINT8 propIsKbdFocusable;
  PRL_UINT8 propIsEnabled;
  PRL_UINT8 propValueIsReadOnly;
  PRL_UINT8 propRngValueIsReadOnly;
} PRL_UIEMU_ELEMENT_AT_POS;
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!