Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
_PRL_PROXY_REGISTRATION_INFO Structure
Other Structs
Syntax
struct _PRL_PROXY_REGISTRATION_INFO {
  PRL_CHAR hostAddresses[PRL_PROXY_MAX_HOSTS][64];
  PRL_INT32 hostAddressesSz;
  PRL_CHAR hostName[64];
  PRL_UINT8 appUUID[16];
  PRL_CHAR appVersion[32];
  PRL_CHAR hostOptions[33];
  PRL_CHAR hostOsName[63];
  PRL_CHAR isoTimestamp[32];
};
File

PrlIoStructs.h

Members

hostAddresses
< Host addresses which host listens to
hostAddressesSz
< Size of host addresses
hostName
< Short host name
appUUID
< Application uuid
appVersion
< Application version
hostOptions
< Using for host icon hash transport
hostOsName
< Reserved
isoTimestamp
< Reserved
Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!