CorNativeLinkFlags Enumeration

Provides flag values used by the linker when linking native code.

typedef enum
{
    nlfNone         = 0x00,
    nlfLastError    = 0x01,
    nlfNoMangle     = 0x02,
    nlfMaxValue     = 0x03
} CorNativeLinkFlags;

Members

Member

Description

nlfNone

Indicates no flags.

nlfLastError

Indicates a setLastError keyword.

nlfNoMangle

Indicates a nomangle keyword.

nlfMaxValue

Not used.

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 Enumerations