CorNativeLinkType Enumeration
Provides values that indicate the type linked in native code.
typedef enum
{
nltNone = 1,
nltAnsi = 2,
nltUnicode = 3,
nltAuto = 4,
nltOle = 5,
nltMaxValue = 7
} CorNativeLinkType;
Members
Member |
Description |
---|---|
nltNone |
Indicates that none of the keywords are specified. |
nltAnsi |
Indicates that an ANSI keyword is specified. |
nltUnicode |
Indicates that a Unicode keyword is specified |
nltAuto |
Indicates that an auto keyword is specified. |
nltOle |
Indicates that an OLE keyword is specified. |
nltMaxValue |
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