|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Data Structures |
| interface | IGCThreadControl |
| interface | IGCHostControl |
| interface | IDebuggerThreadControl |
| interface | ICorConfiguration |
| interface | ICLRControl |
| interface | IHostControl |
| interface | ICorRuntimeHost |
| interface | ICLRRuntimeHost |
| interface | IManagedObject |
Typedefs |
| typedef HRESULT(__stdcall * | FLockClrVersionCallback )(void) |
| typedef void * | HDOMAINENUM |
| typedef HRESULT(__stdcall * | FExecuteInAppDomainCallback )([in] void *cookie) |
Enumerations |
| enum | RUNTIME_INFO_FLAGS {
RUNTIME_INFO_UPGRADE_VERSION = 0x1,
RUNTIME_INFO_REQUEST_IA64 = 0x2,
RUNTIME_INFO_REQUEST_AMD64 = 0x4,
RUNTIME_INFO_REQUEST_X86 = 0x8,
RUNTIME_INFO_DONT_RETURN_DIRECTORY = 0x10,
RUNTIME_INFO_DONT_RETURN_VERSION = 0x20,
RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG = 0x40
} |
Functions |
| HRESULT WINAPI | CorBindToRuntimeHost (LPCWSTR, LPCWSTR, LPCWSTR, VOID *, DWORD, REFCLSID, REFIID, LPVOID *) |
| void WINAPI | CorExitProcess (int) |
| HRESULT WINAPI | GetCORSystemDirectory (LPWSTR, DWORD, DWORD *) |
| HRESULT WINAPI | GetCORVersion (LPWSTR, DWORD, DWORD *) |
| HRESULT WINAPI | GetRequestedRuntimeInfo (LPCWSTR, LPCWSTR, LPCWSTR, DWORD, DWORD, LPWSTR, DWORD, DWORD *, LPWSTR, DWORD, DWORD *) |
| HRESULT WINAPI | LoadLibraryShim (LPCWSTR, LPCWSTR, LPVOID, HMODULE *) |
| HRESULT WINAPI | LockClrVersion (FLockClrVersionCallback, FLockClrVersionCallback *, FLockClrVersionCallback *) |
| | DEFINE_GUID (CLSID_CorRuntimeHost, 0xcb2f6723, 0xab3a, 0x11d2, 0x9c, 0x40, 0x00, 0xc0, 0x4f, 0xa3, 0x0a, 0x3e) |
| | DEFINE_GUID (CLSID_CLRRuntimeHost, 0x90f1a06e, 0x7712, 0x4762, 0x86, 0xb5, 0x7a, 0x5e, 0xba, 0x6b, 0xdb, 0x02) |
Generated on Sat May 26 2012 05:41:56 for ReactOS by
1.7.6.1
|