CoInitializeCor Function

CoInitializeCor is obsolete.

STDAPI CoInitializeCor (
    DWORD fFlags
);

Remarks

To initialize the common language runtime, use either CorBindToRuntimeEx or CorBindToCurrentRuntime.

Requirements

Header: Cor.h

See Also

Concepts

Metadata Global Static Functions