|
HRESULT | BindToObject ([in, unique] IBindCtx *pbc, [in, unique] IMoniker *pmkToLeft, [in] REFIID riidResult, [out, iid_is(riidResult)] void **ppvResult) |
|
HRESULT | RemoteBindToObject ([in, unique] IBindCtx *pbc, [in, unique] IMoniker *pmkToLeft, [in] REFIID riidResult, [out, iid_is(riidResult)] IUnknown **ppvResult) |
|
HRESULT | BindToStorage ([in, unique] IBindCtx *pbc, [in, unique] IMoniker *pmkToLeft, [in] REFIID riid, [out, iid_is(riid)] void **ppvObj) |
|
HRESULT | RemoteBindToStorage ([in, unique] IBindCtx *pbc, [in, unique] IMoniker *pmkToLeft, [in] REFIID riid, [out, iid_is(riid)] IUnknown **ppvObj) |
|
HRESULT | Reduce ([in, unique] IBindCtx *pbc, [in] DWORD dwReduceHowFar, [in, out, unique] IMoniker **ppmkToLeft, [out] IMoniker **ppmkReduced) |
|
HRESULT | ComposeWith ([in, unique] IMoniker *pmkRight, [in] BOOL fOnlyIfNotGeneric, [out] IMoniker **ppmkComposite) |
|
HRESULT | Enum ([in] BOOL fForward, [out] IEnumMoniker **ppenumMoniker) |
|
HRESULT | IsEqual ([in, unique] IMoniker *pmkOtherMoniker) |
|
HRESULT | Hash ([out] DWORD *pdwHash) |
|
HRESULT | IsRunning ([in, unique] IBindCtx *pbc, [in, unique] IMoniker *pmkToLeft, [in, unique] IMoniker *pmkNewlyRunning) |
|
HRESULT | GetTimeOfLastChange ([in, unique] IBindCtx *pbc, [in, unique] IMoniker *pmkToLeft, [out] FILETIME *pFileTime) |
|
HRESULT | Inverse ([out] IMoniker **ppmk) |
|
HRESULT | CommonPrefixWith ([in, unique] IMoniker *pmkOther, [out] IMoniker **ppmkPrefix) |
|
HRESULT | RelativePathTo ([in, unique] IMoniker *pmkOther, [out] IMoniker **ppmkRelPath) |
|
HRESULT | GetDisplayName ([in, unique] IBindCtx *pbc, [in, unique] IMoniker *pmkToLeft, [out] LPOLESTR *ppszDisplayName) |
|
HRESULT | ParseDisplayName ([in, unique] IBindCtx *pbc, [in, unique] IMoniker *pmkToLeft, [in] LPOLESTR pszDisplayName, [out] ULONG *pchEaten, [out] IMoniker **ppmkOut) |
|
HRESULT | IsSystemMoniker ([out] DWORD *pdwMksys) |
|
HRESULT | IsDirty () |
|
HRESULT | Load ([in, unique] IStream *pStm) |
|
HRESULT | Save ([in, unique] IStream *pStm, [in] BOOL fClearDirty) |
|
HRESULT | GetSizeMax ([out] ULARGE_INTEGER *pcbSize) |
|
HRESULT | GetClassID ([out] CLSID *pClassID) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|