Share via


BINDPTR (Windows CE 5.0)

Send Feedback

This union holds a pointer to a FUNCDESC, VARDESC or ITypeComp interface.

typedef union tagBINDPTR {FUNCDESC FAR* lpfuncdesc;VARDESC FAR* lpvardesc;ITypeComp FAR* lptcomp;} BINDPTR;

Members

  • lpfuncdesc
    Pointer to a FUNCDESC structure.
  • lpvardesc
    Pointer to a VARDESC structure.
  • lptcomp
    Pointer to an ITypeComp interface.

Requirements

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

See Also

Automation Structures | FUNCDESC | ITypeComp | VARDESC

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.