Collapse All
Parallels Desktop® 10 for Mac — 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
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!