IProcessHostLite Struct

Visual Studio 2010
 

IProcess Host Lite

struct IProcessHostLite : IUnknown {virtual HRESULT __stdcall GetCustomLoader(PCWSTR appId,PCWSTR appConfigPath,IProcessHostSupportFunctions** ppSupportFunctions,IUnknown** ppunkNewlyCreatedAppDomain,IObjectHandle** ppohCustomLoader) = 0;virtual HRESULT __stdcall ReportCustomLoaderError(PCWSTR appId,HRESULT hr,IUnknown* punkNewlyCreatedAppDomain) = 0;virtual HRESULT __stdcall GetFullExceptionMessage(HRESULT hr,IErrorInfo* pErrorInfo,BSTR* pbstrFullMessage) = 0;};

Parameters

Show: