Collapse All
Parallels Virtualization SDK
_PRL_UIEMU_ELEMENT_AT_POS Structure
PRL_UIEMU_
Syntax
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_UINT8 propIsTextEdit;
  PRL_UINT8 propCanInputTextGlobal;
};
File

PrlIOStructs.h

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.