Collapse All
Parallels C API Reference Guide
_PRL_API_METHOD Structure
PrlTypes.h Other Structs

Parallels API method

Syntax
struct _PRL_API_METHOD {
  PRL_CONST_STR MethodName;
  PRL_UINT32 MethodAPIVersion;
  PRL_VOID_PTR MethodPtr;
  PRL_BOOL MethodIsDeprecated;
  PRL_BOOL MethodIsAsync;
  PRL_BOOL MethodIsSrv;
  PRL_UINT32 ReservedA;
  PRL_UINT32 ReservedB;
  PRL_UINT32 ReservedC;
  PRL_UINT32 ReservedD;
};
File
Members

ReservedA
Reserved for future use
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!