BINDPTR

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Automation Structures
FUNCDESC
ITypeComp
VARDESC