BINDPTR

A union containing a pointer to a FUNCDESC, VARDESC, or an ITypeComp interface.

typedef union tagBINDPTR {

FUNCDESC FAR* lpfuncdesc;

VARDESC FAR* lpvardesc;

ITypeComp FAR* lptcomp;

} BINDPTR;

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples