Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
_IPluginInfo Structure
Other PRL 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
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.