_CorExeMain2 Function

Instructs the Windows loader to search for the entry point in the specified memory-mapped code.

__int32 STDMETHODCALLTYPE _CorExeMain2 (
    PBYTE           pUnmappedPE,
        DWORD           cUnmappedPE,
    __in LPWSTR     pImageNameIn,
        __in LPWSTR     pLoadersFileName,
    __in LPWSTR     pCmdLine
);

Parameters

Parameter Description

pUnmappedPE

[in] A pointer to the memory-mapped code.

cUnmappedPE

[in] The number of elements pUnmappedPE can hold.

pImageNameIn

[in] A pointer to the name of the executable image.

pLoadersFileName

[in] The name of the loader file.

pCmdLine

[in] Command-line parameters, if any.

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