- CoCreateInstance
HRESULT CoCreateInstance(const(IID)* , IUnknown , CLSCTX , const(CLSID)* , void** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CoFreeAllLibraries
void CoFreeAllLibraries()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CoFreeLibrary
void CoFreeLibrary(void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CoFreeUnusedLibraries
void CoFreeUnusedLibraries()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CoGetCurrentProcess
uint CoGetCurrentProcess()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CoInitialize
HRESULT CoInitialize(void* pvReserved)
Initializes the COM library on the current thread and
identifies the concurrency model as single-thread apartment (STA).
- CoInitializeEx
HRESULT CoInitializeEx(uint , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CoUninitialize
void CoUninitialize()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DebugCoGetRpcFault
uint DebugCoGetRpcFault()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DebugCoSetRpcFault
void DebugCoSetRpcFault(uint )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MIDL_user_allocate
void* MIDL_user_allocate(size_t )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MIDL_user_free
void MIDL_user_free(void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
COM Object Base Functions