Collapse All
Parallels C API Reference Guide
PRL_PROXY_DATA_KEY Structure
Other Structs
Syntax
typedef struct _PRL_PROXY_DATA_KEY {
  PRL_STR dataKey;
  PRL_INT32 dataVersion;
  struct _PRL_PROXY_DATA_KEY * next;
} PRL_PROXY_DATA_KEY;
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!