This documentation is archived and is not being maintained.
DESCKIND Enumeration
.NET Framework 1.1
Identifies the type description being bound to.
[Visual Basic] <Serializable> <ComVisible(False)> Public Enum DESCKIND [C#] [Serializable] [ComVisible(false)] public enum DESCKIND [C++] [Serializable] [ComVisible(false)] __value public enum DESCKIND [JScript] public Serializable ComVisible(false) enum DESCKIND
Remarks
For more information about the DESCKIND enumeration, see the MSDN Library.
Members
| Member name | Description |
|---|---|
| DESCKIND_FUNCDESC | Indicates that a FUNCDESC was returned. |
| DESCKIND_IMPLICITAPPOBJ | Indicates that an IMPLICITAPPOBJ was returned. |
| DESCKIND_MAX | Indicates an end of enumeration marker. |
| DESCKIND_NONE | Indicates that no match was found. |
| DESCKIND_TYPECOMP | Indicates that a TYPECOMP was returned. |
| DESCKIND_VARDESC | Indicates that a VARDESC was returned. |
Requirements
Namespace: System.Runtime.InteropServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: