BINDPTR

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

At a Glance

Header file: Oaidl.h
Windows CE versions: 2.0 and later

Syntax

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