|
| | WINE_DEFAULT_DEBUG_CHANNEL (ole) |
| |
| static PointerMonikerImpl * | impl_from_IMoniker (IMoniker *iface) |
| |
| static PointerMonikerImpl * | impl_from_IMarshal (IMarshal *iface) |
| |
| static PointerMonikerImpl * | unsafe_impl_from_IMoniker (IMoniker *iface) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_QueryInterface (IMoniker *iface, REFIID riid, void **ppvObject) |
| |
| static ULONG WINAPI | PointerMonikerImpl_AddRef (IMoniker *iface) |
| |
| static ULONG WINAPI | PointerMonikerImpl_Release (IMoniker *iface) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_GetClassID (IMoniker *iface, CLSID *pClassID) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_IsDirty (IMoniker *iface) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_Load (IMoniker *iface, IStream *pStm) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_Save (IMoniker *iface, IStream *pStm, BOOL fClearDirty) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_GetSizeMax (IMoniker *iface, ULARGE_INTEGER *pcbSize) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_BindToObject (IMoniker *iface, IBindCtx *pbc, IMoniker *pmkToLeft, REFIID riid, VOID **ppvResult) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_BindToStorage (IMoniker *iface, IBindCtx *pbc, IMoniker *pmkToLeft, REFIID riid, VOID **ppvResult) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_Reduce (IMoniker *iface, IBindCtx *pbc, DWORD dwReduceHowFar, IMoniker **ppmkToLeft, IMoniker **ppmkReduced) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_ComposeWith (IMoniker *iface, IMoniker *right, BOOL only_if_not_generic, IMoniker **result) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_Enum (IMoniker *iface, BOOL fForward, IEnumMoniker **ppenumMoniker) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_IsEqual (IMoniker *iface, IMoniker *other) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_Hash (IMoniker *iface, DWORD *pdwHash) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_IsRunning (IMoniker *iface, IBindCtx *pbc, IMoniker *pmkToLeft, IMoniker *pmkNewlyRunning) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_GetTimeOfLastChange (IMoniker *iface, IBindCtx *pbc, IMoniker *pmkToLeft, FILETIME *pAntiTime) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_Inverse (IMoniker *iface, IMoniker **ppmk) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_CommonPrefixWith (IMoniker *iface, IMoniker *other, IMoniker **prefix) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_RelativePathTo (IMoniker *iface, IMoniker *other, IMoniker **result) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_GetDisplayName (IMoniker *iface, IBindCtx *pbc, IMoniker *toleft, LPOLESTR *name) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_ParseDisplayName (IMoniker *iface, IBindCtx *pbc, IMoniker *pmkToLeft, LPOLESTR pszDisplayName, ULONG *pchEaten, IMoniker **ppmkOut) |
| |
| static HRESULT WINAPI | PointerMonikerImpl_IsSystemMoniker (IMoniker *iface, DWORD *pwdMksys) |
| |
| static HRESULT WINAPI | pointer_moniker_marshal_QueryInterface (IMarshal *iface, REFIID riid, LPVOID *ppv) |
| |
| static ULONG WINAPI | pointer_moniker_marshal_AddRef (IMarshal *iface) |
| |
| static ULONG WINAPI | pointer_moniker_marshal_Release (IMarshal *iface) |
| |
| static HRESULT WINAPI | pointer_moniker_marshal_GetUnmarshalClass (IMarshal *iface, REFIID riid, void *pv, DWORD dwDestContext, void *pvDestContext, DWORD mshlflags, CLSID *clsid) |
| |
| static HRESULT WINAPI | pointer_moniker_marshal_GetMarshalSizeMax (IMarshal *iface, REFIID riid, void *pv, DWORD dwDestContext, void *pvDestContext, DWORD mshlflags, DWORD *size) |
| |
| static HRESULT WINAPI | pointer_moniker_marshal_MarshalInterface (IMarshal *iface, IStream *stream, REFIID riid, void *pv, DWORD dwDestContext, void *pvDestContext, DWORD mshlflags) |
| |
| static HRESULT WINAPI | pointer_moniker_marshal_UnmarshalInterface (IMarshal *iface, IStream *stream, REFIID riid, void **ppv) |
| |
| static HRESULT WINAPI | pointer_moniker_marshal_ReleaseMarshalData (IMarshal *iface, IStream *stream) |
| |
| static HRESULT WINAPI | pointer_moniker_marshal_DisconnectObject (IMarshal *iface, DWORD reserved) |
| |
| HRESULT WINAPI | CreatePointerMoniker (IUnknown *object, IMoniker **ret) |
| |
| HRESULT WINAPI | PointerMoniker_CreateInstance (IClassFactory *iface, IUnknown *pUnk, REFIID riid, void **ppv) |
| |
| static ObjrefMonikerImpl * | objref_impl_from_IMoniker (IMoniker *iface) |
| |
| static ObjrefMonikerImpl * | objref_impl_from_IMarshal (IMarshal *iface) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_QueryInterface (IMoniker *iface, REFIID iid, void **obj) |
| |
| static ULONG WINAPI | ObjrefMonikerImpl_AddRef (IMoniker *iface) |
| |
| static ULONG WINAPI | ObjrefMonikerImpl_Release (IMoniker *iface) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_GetClassID (IMoniker *iface, CLSID *clsid) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_IsDirty (IMoniker *iface) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_Load (IMoniker *iface, IStream *stream) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_Save (IMoniker *iface, IStream *stream, BOOL dirty) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_GetSizeMax (IMoniker *iface, ULARGE_INTEGER *size) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_BindToObject (IMoniker *iface, IBindCtx *pbc, IMoniker *left, REFIID riid, void **result) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_BindToStorage (IMoniker *iface, IBindCtx *pbc, IMoniker *left, REFIID riid, void **result) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_Reduce (IMoniker *iface, IBindCtx *pbc, DWORD howfar, IMoniker **left, IMoniker **reduced) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_ComposeWith (IMoniker *iface, IMoniker *right, BOOL only_if_not_generic, IMoniker **result) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_Enum (IMoniker *iface, BOOL forward, IEnumMoniker **enummoniker) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_IsEqual (IMoniker *iface, IMoniker *other) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_Hash (IMoniker *iface, DWORD *hash) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_IsRunning (IMoniker *iface, IBindCtx *pbc, IMoniker *left, IMoniker *running) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_GetTimeOfLastChange (IMoniker *iface, IBindCtx *pbc, IMoniker *left, FILETIME *time) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_Inverse (IMoniker *iface, IMoniker **moniker) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_CommonPrefixWith (IMoniker *iface, IMoniker *other, IMoniker **prefix) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_RelativePathTo (IMoniker *iface, IMoniker *other, IMoniker **result) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_GetDisplayName (IMoniker *iface, IBindCtx *pbc, IMoniker *left, LPOLESTR *name) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_ParseDisplayName (IMoniker *iface, IBindCtx *pbc, IMoniker *left, LPOLESTR name, ULONG *eaten, IMoniker **out) |
| |
| static HRESULT WINAPI | ObjrefMonikerImpl_IsSystemMoniker (IMoniker *iface, DWORD *mksys) |
| |
| static HRESULT WINAPI | objref_moniker_marshal_QueryInterface (IMarshal *iface, REFIID riid, LPVOID *ppv) |
| |
| static ULONG WINAPI | objref_moniker_marshal_AddRef (IMarshal *iface) |
| |
| static ULONG WINAPI | objref_moniker_marshal_Release (IMarshal *iface) |
| |
| static HRESULT WINAPI | objref_moniker_marshal_GetUnmarshalClass (IMarshal *iface, REFIID riid, void *pv, DWORD dwDestContext, void *pvDestContext, DWORD mshlflags, CLSID *clsid) |
| |
| static HRESULT WINAPI | objref_moniker_marshal_GetMarshalSizeMax (IMarshal *iface, REFIID riid, void *pv, DWORD dwDestContext, void *pvDestContext, DWORD mshlflags, DWORD *size) |
| |
| static HRESULT WINAPI | objref_moniker_marshal_MarshalInterface (IMarshal *iface, IStream *stream, REFIID riid, void *pv, DWORD dwDestContext, void *pvDestContext, DWORD mshlflags) |
| |
| static HRESULT WINAPI | objref_moniker_marshal_UnmarshalInterface (IMarshal *iface, IStream *stream, REFIID riid, void **ppv) |
| |
| static HRESULT WINAPI | objref_moniker_marshal_ReleaseMarshalData (IMarshal *iface, IStream *stream) |
| |
| static HRESULT WINAPI | objref_moniker_marshal_DisconnectObject (IMarshal *iface, DWORD reserved) |
| |
| HRESULT WINAPI | CreateObjrefMoniker (IUnknown *obj, IMoniker **ret) |
| |
| HRESULT WINAPI | ObjrefMoniker_CreateInstance (IClassFactory *iface, IUnknown *unk, REFIID iid, void **obj) |
| |