CoInitialize

Initializes the COM library on the current thread and identifies the concurrency model as single-thread apartment (STA).

extern (Windows) @nogc nothrow extern
CoInitialize
(
void* pvReserved = null
)

Parameters

pvReserved void*

Reserved, must be null.

Return Value

Type: HRESULT

An HRESULT indicating the error code.

Meta