Parallels API initialization flags: PrlApi_InitEx command flags set PAIF_USE_GRAPHIC_MODE : specifies create SDK session which has access to the graphic mode
typedef enum _PRL_API_INIT_FLAGS { PAIF_USE_GRAPHIC_MODE = 1<<(PACF_MAX+1), PAIF_INIT_AS_APPSTORE_CLIENT = 1<<(PACF_MAX+2) } PRL_API_INIT_FLAGS;
PrlCommandsFlags.h