Lines Matching refs:HRESULT

33 cpp_quote("HRESULT     WINAPI CorBindToRuntimeHost(LPCWSTR,LPCWSTR,LPCWSTR,VOID*,DWORD,REFCLSID,REFIID,LPVOID*);")
35 cpp_quote("HRESULT WINAPI GetCORSystemDirectory(LPWSTR,DWORD,DWORD*);")
36 cpp_quote("HRESULT WINAPI GetCORVersion(LPWSTR,DWORD,DWORD*);")
37 cpp_quote("HRESULT WINAPI GetRequestedRuntimeInfo(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,DWORD,LPWSTR,DWORD,DWORD*,LPWSTR,DWORD,DWORD*);")
38 cpp_quote("HRESULT WINAPI LoadLibraryShim(LPCWSTR,LPCWSTR,LPVOID,HMODULE*);")
40 cpp_quote("typedef HRESULT (__stdcall *FLockClrVersionCallback)(void);")
42 cpp_quote("typedef HRESULT (__stdcall *FLockClrVersionCallback)();")
44 cpp_quote("HRESULT WINAPI LockClrVersion(FLockClrVersionCallback,FLockClrVersionCallback*,FLockClrVersionCallback*);")
58 typedef HRESULT (__stdcall *FExecuteInAppDomainCallback)([in] void* cookie);
68 HRESULT ThreadIsBlockingForSuspension();
70 HRESULT SuspensionStarting();
72 HRESULT SuspensionEnding(DWORD generation);
83 HRESULT RequestVirtualMemLimit([in] SIZE_T nMaxVirtualMemMB,
95 HRESULT ThreadIsBlockingForDebugger();
97 HRESULT ReleaseAllRuntimeThreads();
99 HRESULT StartBlockingForDebugger(DWORD dwUnused);
110 HRESULT SetGCThreadControl([in] IGCThreadControl* GCThreadControl);
112 HRESULT SetGCHostControl([in] IGCHostControl* GCHostControl);
114 HRESULT SetDebuggerThreadControl([in] IDebuggerThreadControl* debuggerThreadControl);
116 HRESULT AddDebuggerSpecialThread([in] DWORD specialThreadId);
126 HRESULT GetCLRManager([in] REFIID riid, [out] void **ppObject);
128 HRESULT SetAppDomainManagerType([in] LPCWSTR appDomainManagerAssembly,
139 HRESULT GetHostManager( [in] REFIID riid, [out] void **ppObject);
141 HRESULT SetAppDomainManager([in] DWORD appDomainID,
155 HRESULT CreateLogicalThreadState();
156 HRESULT DeleteLogicalThreadState();
157 HRESULT SwitchInLogicalThreadState([in] DWORD *fiberCookie);
159 HRESULT SwitchOutLogicalThreadState([out] DWORD **fiberCookie);
161 HRESULT LocksHeldByLogicalThread( [out] DWORD *pCount );
163 HRESULT MapFile([in] HANDLE hFile, [out] HMODULE* mapAddress);
165 HRESULT GetConfiguration([out] ICorConfiguration** pConfiguration);
167 HRESULT Start();
169 HRESULT Stop();
171 HRESULT CreateDomain([in] LPCWSTR friendlyName,
175 HRESULT GetDefaultDomain([out] IUnknown** pAppDomain);
177 HRESULT EnumDomains([out] HDOMAINENUM *hEnum);
179 HRESULT NextDomain([in] HDOMAINENUM hEnum, [out] IUnknown** appDomain);
181 HRESULT CloseEnum([in] HDOMAINENUM hEnum);
183 HRESULT CreateDomainEx([in] LPCWSTR friendlyName,
188 HRESULT CreateDomainSetup([out] IUnknown** appDomainSetup);
190 HRESULT CreateEvidence([out] IUnknown** evidence);
192 HRESULT UnloadDomain([in] IUnknown* appDomain);
194 HRESULT CurrentDomain([out] IUnknown** appDomain);
206 HRESULT Start();
208 HRESULT Stop();
210 HRESULT SetHostControl([in] IHostControl *pHostControl);
212 HRESULT GetCLRControl([out] ICLRControl **pCLRControl);
214 HRESULT UnloadAppDomain([in] DWORD dwAppDomainId,
217 HRESULT ExecuteInAppDomain([in] DWORD dwAppDomainId,
221 HRESULT GetCurrentAppDomainId([out] DWORD *pdwAppDomainId);
223 HRESULT ExecuteApplication([in] LPCWSTR pwzAppFullName,
230 HRESULT ExecuteInDefaultAppDomain([in] LPCWSTR pwzAssemblyPath,
244 HRESULT GetSerializedBuffer([out] BSTR *pBSTR);
246 HRESULT GetObjectIdentity([out] BSTR *pBSTRGUID,