Data Structures |
| struct | BindCtxObject |
| struct | BindCtxImpl |
Defines |
| #define | COBJMACROS |
| #define | BINDCTX_FIRST_TABLE_SIZE 4 |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (ole) |
| static HRESULT WINAPI | BindCtxImpl_ReleaseBoundObjects (IBindCtx *) |
| static HRESULT | BindCtxImpl_GetObjectIndex (BindCtxImpl *, IUnknown *, LPOLESTR, DWORD *) |
| static HRESULT | BindCtxImpl_ExpandTable (BindCtxImpl *) |
| static BindCtxImpl * | impl_from_IBindCtx (IBindCtx *iface) |
| static HRESULT WINAPI | BindCtxImpl_QueryInterface (IBindCtx *iface, REFIID riid, void **ppvObject) |
| static ULONG WINAPI | BindCtxImpl_AddRef (IBindCtx *iface) |
| static HRESULT | BindCtxImpl_Destroy (BindCtxImpl *This) |
| static ULONG WINAPI | BindCtxImpl_Release (IBindCtx *iface) |
| static HRESULT WINAPI | BindCtxImpl_RegisterObjectBound (IBindCtx *iface, IUnknown *punk) |
| static HRESULT WINAPI | BindCtxImpl_RevokeObjectBound (IBindCtx *iface, IUnknown *punk) |
| static HRESULT WINAPI | BindCtxImpl_SetBindOptions (IBindCtx *iface, BIND_OPTS *pbindopts) |
| static HRESULT WINAPI | BindCtxImpl_GetBindOptions (IBindCtx *iface, BIND_OPTS *pbindopts) |
| static HRESULT WINAPI | BindCtxImpl_GetRunningObjectTable (IBindCtx *iface, IRunningObjectTable **pprot) |
| static HRESULT WINAPI | BindCtxImpl_RegisterObjectParam (IBindCtx *iface, LPOLESTR pszkey, IUnknown *punk) |
| static HRESULT WINAPI | BindCtxImpl_GetObjectParam (IBindCtx *iface, LPOLESTR pszkey, IUnknown **punk) |
| static HRESULT WINAPI | BindCtxImpl_RevokeObjectParam (IBindCtx *iface, LPOLESTR ppenum) |
| static HRESULT WINAPI | BindCtxImpl_EnumObjectParam (IBindCtx *iface, IEnumString **pszkey) |
| static HRESULT | BindCtxImpl_Construct (BindCtxImpl *This) |
| HRESULT WINAPI | CreateBindCtx (DWORD reserved, LPBC *ppbc) |
| HRESULT WINAPI | BindMoniker (LPMONIKER pmk, DWORD grfOpt, REFIID riid, LPVOID *ppvResult) |
Variables |
| static const IBindCtxVtbl | VT_BindCtxImpl |