Microsoft SDK for Java

IJavaExecute2 Interface

IJavaExecute2 extends IJavaExecute by adding two methods.

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

//  Methods
  HRESULT Execute(LPJAVAEXECUTEINFO pjei, LPERRORINFO *pperrorinfo);
  HRESULT GetDefaultClassPath(LPOLESTR *ppszClassPath);
  HRESULT SetClassSource(DWORD dwType, LPVOID pData, DWORD dwLen);
  HRESULT SetSystemProperties(LPENUMJAVAPROPERTY penum);

See also IJavaExecute.

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