Collapse All
Parallels C API Reference Guide
PRL_PROBLEM_REPORT_FLAGS Enumeration
PrlCommandsFlags.h 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
typedef 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)
} PRL_PROBLEM_REPORT_FLAGS;
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!