Share via


CoInitializeEE Function

Ensures that the common language runtime execution engine is loaded into a process.

HRESULT CoInitializeEE (
   DWORD fFlags
);

Parameters

Parameter Description

fFlags

[in] One of the COINITIEE Enumeration enumeration constants.

Return Value

This method returns standard COM error codes as defined in Winerror.h, and the following values.

Return code Description

S_OK

The execution engine was loaded successfully.

S_FALSE

The execution engine is already loaded.

E_FAIL

The execution engine could not be loaded.

Remarks

This method loads the execution engine if it has not been previously loaded.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: Cor.h

Library: Included as a resource in Mscoree.dll

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Other Resources

Metadata Global Static Functions