Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DESCKIND Enumeration

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

System.Runtime.InteropServices Namespace

Show:
© 2017 Microsoft