BINDPTR union (oaidl.h)
Describes a pointer.
Syntax
typedef union tagBINDPTR {
FUNCDESC *lpfuncdesc;
VARDESC *lpvardesc;
ITypeComp *lptcomp;
} BINDPTR, *LPBINDPTR;
Members
lpfuncdesc
Pointer to a function.
lpvardesc
Pointer to a variable, constant, or data member.
lptcomp
The ITypeComp that binds the pointer.
Requirements
Requirement | Value |
---|---|
Header | oaidl.h |