Share via


BINDPTR (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Header oaidl.h
Windows Embedded CE Windows CE 2.0 and later

See Also

Reference

Automation Structures
FUNCDESC
ITypeComp
VARDESC