BINDPTR (Compact 2013)
3/26/2014
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 |