Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
IPluginInfo Structure
Other Structs

Generic information about plugin

Syntax
typedef 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;
} IPluginInfo;
File

PrlPluginClasses.h

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.