DESCKIND Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Return to top
Use System.Runtime.InteropServices.ComTypes.DESCKIND instead.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| DESCKIND_FUNCDESC | Indicates that a System.Runtime.InteropServices.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. |
For more information about the DESCKIND enumeration, see the MSDN Library.
.NET Framework
Available since 1.1
Available since 1.1
Show: