Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |