Collapse All
Parallels C API Reference Guide
_PRL_PROXY_REGISTRATION_INFO Structure
PrlIoStructs.h 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[32];
  PRL_CHAR hostOsName[64];
  PRL_CHAR isoTimestamp[32];
};
File
Members

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