Collapse All
Parallels C API Reference
PRL_PROXY_HOST_INFO Structure
Other Structs
Syntax
typedef struct _PRL_PROXY_HOST_INFO {
  PRL_UINT8 hostUUID[16];
  PRL_CHAR brokerAddresses[PRL_PROXY_MAX_HOSTS][64];
  PRL_INT32 brokerAddressesSz;
  PRL_PROXY_REGISTRATION_INFO info;
} PRL_PROXY_HOST_INFO;
File

PrlIoStructs.h

Members

hostUUID
< Proxy host uuid
brokerAddresses
< Broker addresses to which connection should be established
brokerAddressesSz
< Broker addresses size
info
< Host registration info
Links
Copyright © 1999-2015 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!