Share via


_CorExeMain

Instructs the Windows loader to look for the entry point in the executable image. In Windows XP or later, this function is called directly by the operating system loader. In versions of Windows earlier than Windows XP, it is called indirectly through a fixup in the loader.

Syntax

__int32 STDMETHODCALLTYPE _CorExeMain()

Header file: Include Mscoree.h.

Library: link Link with Mscoree.lib.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Declared in Mscoree.h
Library: Included as a resource in Mscoree.dll