Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |