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

Shared Internet Applications 'open in' type PSIA_OPEN_DEFAULT : Open host link with host app; Open guest link with guest app PSIA_OPEN_IN_GUEST : Open all links with guest apps; PSIA_OPEN_IN_HOST : Open all links with host apps;

Syntax
typedef enum _PRL_TOOLS_SIA_OPEN_IN_TYPES {
  PSIA_OPEN_DEFAULT = 0,
  PSIA_OPEN_IN_GUEST = 1,
  PSIA_OPEN_IN_HOST = 2
} PRL_TOOLS_SIA_OPEN_IN_TYPES;
File

PrlEnums.h

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