Microsoft SDK for Java

IJavaExecute Interface

The invocation interfaces are used to launch applications in the Microsoft virtual machine (Microsoft VM).

// IUnknown methods
HRESULT QueryInterface(REFIID riid, LPVOID *ppv);
ULONG AddRef();
ULONG Release();

//  Methods
  HRESULT Execute(LPJAVAEXECUTEINFO pjei, LPERRORINFO *pperrorinfo);
  HRESULT GetDefaultClassPath(LPOLESTR *ppszClassPath);

© 1999 Microsoft Corporation. All rights reserved. Terms of use.