Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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