Collapse All
Parallels C API Reference Guide
_IPluginInfo Structure
Other Structs

Generic information about plugin

Syntax
struct _IPluginInfo {
  PRL_CONST_STR Vendor;
  PRL_CONST_STR Copyright;
  PRL_CONST_STR DescShort;
  PRL_CONST_STR DescLong;
  PRL_UINT32 Major;
  PRL_UINT32 Minor;
  PRL_UINT32 Build;
  PRL_GUID Type;
};
File

PrlPluginClasses.h

Links
What do you think about this topic? Send feedback!