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);