public interface IMoniker extends IPersistStream
IID_IUNKNOWN
Modifier and Type | Method and Description |
---|---|
void |
BindToObject()
Binds to the specified object.
|
void |
BindToStorage() |
void |
CommonPrefixWith() |
void |
ComposeWith() |
void |
Enum() |
String |
GetDisplayName(Pointer bindContext,
Pointer pmkToLeft)
Retrieves the display name for the moniker.
|
void |
GetTimeOfLastChange() |
void |
Hash() |
void |
Inverse() |
void |
IsEqual() |
void |
IsRunning() |
void |
IsSystemMoniker() |
void |
ParseDisplayName() |
void |
Reduce() |
void |
RelativePathTo() |
GetSizeMax, IsDirty, Load, Save
GetClassID
AddRef, QueryInterface, Release
void BindToObject()
HRESULT BindToObject(
[in] IBindCtx *pbc,
[in] IMoniker *pmkToLeft,
[in] REFIID riidResult,
[out] void **ppvResult
);
void BindToStorage()
void Reduce()
void ComposeWith()
void Enum()
void IsEqual()
void Hash()
void IsRunning()
void GetTimeOfLastChange()
void Inverse()
void CommonPrefixWith()
String GetDisplayName(Pointer bindContext, Pointer pmkToLeft)
HRESULT GetDisplayName(
[in] IBindCtx *pbc,
[in] IMoniker *pmkToLeft,
[out] LPOLESTR *ppszDisplayName
);
void ParseDisplayName()
void IsSystemMoniker()
void RelativePathTo()