nulib.system.com.objbase

COM Object Base Functions

Members

Enums

CLSCTX
enum CLSCTX
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
COINIT
enum COINIT

Determines the concurrency model used for incoming calls to objects created by this thread. This concurrency model can be either apartment-threaded or multithreaded.

Functions

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.

Meta

Authors

Luna Nielsen