Share via


BINDPTR

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.