Collapse All
Parallels Virtualization SDK
_PRL_IO_CLIENT_FLAGS Enumeration
PRL_IO__

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

Syntax
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),
  PCF_TERMINAL_CLIENT = 1<<(PACF_MAX+4)
};
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)

PCF_TERMINAL_CLIENT
Use terminal channel for connections
Remarks

PCF_ORIGINAL_CLIENT and PCF_LIGHTWEIGHT_CLIENT are mutually exclusive.

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.