DESCKIND Enum
Definition
Warning
This API is now obsolete.
Use DESCKIND instead.
public enum class DESCKIND
[System.Obsolete]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.DESCKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
[System.Serializable]
public enum DESCKIND
type DESCKIND =
Public Enum DESCKIND
- Inheritance
- Attributes
Fields
DESCKIND_FUNCDESC | 1 | Indicates that a FUNCDESC was returned. |
DESCKIND_IMPLICITAPPOBJ | 4 | Indicates that an |
DESCKIND_MAX | 5 | Indicates an end of enumeration marker. |
DESCKIND_NONE | 0 | Indicates that no match was found. |
DESCKIND_TYPECOMP | 3 | Indicates that a |
DESCKIND_VARDESC | 2 | Indicates that a |
Remarks
For more information about the DESCKIND
enumeration, see the MSDN Library.