Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PRL_IO_CLIENT_FLAGS Enumeration
PRL_IO Structs

Flags which determines peer client while login to dispatcher and while attach to vm.

Syntax
typedef enum _PRL_IO_CLIENT_FLAGS {
  PCF_ORIGINAL_CLIENT = 1<<(PACF_MAX+1),
  PCF_LIGHTWEIGHT_CLIENT = 1<<(PACF_MAX+2),
  PCF_TRUSTED_CHANNEL = 1<<(PACF_MAX+3)
} PRL_IO_CLIENT_FLAGS;
File

PrlCommandsFlags.h

Members

PCF_ORIGINAL_CLIENT
Client with all features
PCF_LIGHTWEIGHT_CLIENT
  • Lightweight client (iPhone/iPad) which

does not subscribe on heavy packages

PCF_TRUSTED_CHANNEL
  • Login over trusted channel

(no need in username/password)

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