ReactOS 0.4.16-dev-109-gf4cb10f
|
Classes | |
union | tagBINDPTR |
Public Types | |
enum | tagDESCKIND { DESCKIND_NONE = 0 , DESCKIND_FUNCDESC , DESCKIND_VARDESC , DESCKIND_TYPECOMP , DESCKIND_IMPLICITAPPOBJ , DESCKIND_MAX } |
typedef ITypeComp * | LPTYPECOMP |
typedef enum ITypeComp::tagDESCKIND | DESCKIND |
typedef union ITypeComp::tagBINDPTR | BINDPTR |
typedef union ITypeComp::tagBINDPTR * | LPBINDPTR |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | Bind ([in] LPOLESTR szName, [in] ULONG lHashVal, [in] WORD wFlags, [out] ITypeInfo **ppTInfo, [out] DESCKIND *pDescKind, [out] BINDPTR *pBindPtr) |
HRESULT | RemoteBind ([in] LPOLESTR szName, [in] ULONG lHashVal, [in] WORD wFlags, [out] ITypeInfo **ppTInfo, [out] DESCKIND *pDescKind, [out] LPFUNCDESC *ppFuncDesc, [out] LPVARDESC *ppVarDesc, [out] ITypeComp **ppTypeComp, [out] CLEANLOCALSTORAGE *pDummy) |
HRESULT | BindType ([in] LPOLESTR szName, [in] ULONG lHashVal, [out] ITypeInfo **ppTInfo, [out] ITypeComp **ppTComp) |
HRESULT | RemoteBindType ([in] LPOLESTR szName, [in] ULONG lHashVal, [out] ITypeInfo **ppTInfo) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
typedef union ITypeComp::tagBINDPTR ITypeComp::BINDPTR |
typedef union ITypeComp::tagBINDPTR * ITypeComp::LPBINDPTR |
typedef ITypeComp* ITypeComp::LPTYPECOMP |
Enumerator | |
---|---|
DESCKIND_NONE | |
DESCKIND_FUNCDESC | |
DESCKIND_VARDESC | |
DESCKIND_TYPECOMP | |
DESCKIND_IMPLICITAPPOBJ | |
DESCKIND_MAX |
Definition at line 662 of file oaidl.idl.
HRESULT ITypeComp::Bind | ( | [in] LPOLESTR | szName, |
[in] ULONG | lHashVal, | ||
[in] WORD | wFlags, | ||
[out] ITypeInfo ** | ppTInfo, | ||
[out] DESCKIND * | pDescKind, | ||
[out] BINDPTR * | pBindPtr | ||
) |
HRESULT ITypeComp::BindType | ( | [in] LPOLESTR | szName, |
[in] ULONG | lHashVal, | ||
[out] ITypeInfo ** | ppTInfo, | ||
[out] ITypeComp ** | ppTComp | ||
) |
HRESULT ITypeComp::RemoteBind | ( | [in] LPOLESTR | szName, |
[in] ULONG | lHashVal, | ||
[in] WORD | wFlags, | ||
[out] ITypeInfo ** | ppTInfo, | ||
[out] DESCKIND * | pDescKind, | ||
[out] LPFUNCDESC * | ppFuncDesc, | ||
[out] LPVARDESC * | ppVarDesc, | ||
[out] ITypeComp ** | ppTypeComp, | ||
[out] CLEANLOCALSTORAGE * | pDummy | ||
) |
HRESULT ITypeComp::RemoteBindType | ( | [in] LPOLESTR | szName, |
[in] ULONG | lHashVal, | ||
[out] ITypeInfo ** | ppTInfo | ||
) |