CoInitializeEE Function

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

HRESULT CoInitializeEE (
      [in] DWORD fFlags
);

Parameters

  • fFlags
    [in] One of the COINITIEE 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

Concepts

Metadata Global Static Functions