Collapse All
Parallels C API Reference Guide
_PRL_API_INIT_FLAGS Enumeration
Other Structs

Parallels API initialization flags: PrlApi_InitEx command flags set PAIF_USE_GRAPHIC_MODE : specifies create SDK session which has access to the graphic mode

Syntax
enum _PRL_API_INIT_FLAGS {
  PAIF_USE_GRAPHIC_MODE = 1<<(PACF_MAX+1),
  PAIF_INIT_AS_APPSTORE_CLIENT = 1<<(PACF_MAX+2)
};
File

PrlCommandsFlags.h

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