Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
_PRL_PROBLEM_REPORT_FLAGS Enumeration
Other Structs

Parallels problem report flags functionality: PPRF_ADD_CLIENT_PART : specifies to add client information to problem report PPRF_ADD_SERVER_PART : specifies to add server information to problem report PPRF_DO_NOT_CREATE_HOST_SCREENSHOT : specifies do not create and add host screenshot to generating problem report

Syntax
enum _PRL_PROBLEM_REPORT_FLAGS {
  PPRF_ADD_CLIENT_PART = 1<<(PACF_MAX+1),
  PPRF_ADD_SERVER_PART = 1<<(PACF_MAX+2),
  PPRF_DO_NOT_CREATE_HOST_SCREENSHOT = 1<<(PACF_MAX+3)
};
File

PrlCommandsFlags.h

Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!