次の方法で共有


DESCKIND (Windows CE 5.0)

Send Feedback

This enumeration identifies the type description being bound to.

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

OS Versions: Windows CE 2.0 and later.
Header: Oaidl.h.

See Also

Automation Enumerations | FUNCDESC | VARDESC

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.