Collapse All
Parallels C API Reference Guide
_PRL_IO_SCREEN_BUFFER_REGION Structure
Other Structs
Syntax
struct _PRL_IO_SCREEN_BUFFER_REGION {
  PRL_UINT32 x;
  PRL_UINT32 y;
  PRL_UINT32 width;
  PRL_UINT32 height;
  PRL_UINT32 scaleWidth;
  PRL_UINT32 scaleHeight;
  PRL_UINT32 display;
};
File

PrlIoStructs.h

Links
What do you think about this topic? Send feedback!