Collapse All
Parallels C API Reference Guide
_PRL_PROXY_DATA_KEY Structure
Other Structs
Syntax
struct _PRL_PROXY_DATA_KEY {
  PRL_STR dataKey;
  PRL_INT32 dataVersion;
  struct _PRL_PROXY_DATA_KEY * next;
};
File

PrlIoStructs.h

Members

dataKey
< Data identifier
dataVersion
< Data version
next
< Pointer to the next element
Links
What do you think about this topic? Send feedback!