Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
_PRL_PROXY_USER_DATA Structure
Other Structs
Syntax
struct _PRL_PROXY_USER_DATA {
  PRL_STR dataKey;
  PRL_INT32 dataVersion;
  PRL_VOID_PTR data;
  PRL_UINT32 dataSize;
  struct _PRL_PROXY_USER_DATA * next;
};
File

PrlIoStructs.h

Members

dataKey
< Data identifier
dataVersion
< Data version
data
< Pointer to the data buffer
dataSize
< Data size
next
< Pointer to the next element
Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!