CoInitializeCor Function

CoInitializeCor is obsolete.

Syntax

STDAPI CoInitializeCor (  
    DWORD fFlags  
);  

Remarks

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

Requirements

Header: Cor.h

See also