DESCKIND

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This enumeration identifies the type description being bound to.

Syntax

typedef enum tagDESCKIND {
  DESCKIND_NONE,
  DESCKIND_FUNCDESC,
  DESCKIND_VARDESC,
  DESCKIND_TYPECOMP,
  DESCKIND_IMPLICITAPPOBJ
} DESCKIND;

Elements

  • DESCKIND_NONE
    No match was found.
  • DESCKIND_FUNCDESC
    Indicates that a FUNCDESC was returned.
  • DESCKIND_VARDESC
    Indicates that a VARDESC was returned.
  • DESCKIND_TYPECOMP
    Indicates that a TYPECOMP was returned.
  • DESCKIND_IMPLICITAPPOBJ
    Indicates that an IMPLICITAPPOBJ was returned.

Requirements

Header oaidl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Automation Enumerations
FUNCDESC
VARDESC