Schnittstelle IMoniker

Alle Superschnittstellen:
IPersist, IPersistStream, IUnknown
Alle bekannten Implementierungsklassen:
Moniker, Moniker.ByReference

public interface IMoniker extends IPersistStream
Enables you to use a moniker object, which contains information that uniquely identifies a COM object. (Unimplemented, placeholder only at present)
Siehe auch:
  • Methodendetails

    • BindToObject

      void BindToObject()
      Binds to the specified object. The binding process involves finding the object, putting it into the running state if necessary, and providing the caller with a pointer to a specified interface on the identified object. HRESULT BindToObject( [in] IBindCtx *pbc, [in] IMoniker *pmkToLeft, [in] REFIID riidResult, [out] void **ppvResult );
      Siehe auch:
    • BindToStorage

      void BindToStorage()
    • Reduce

      void Reduce()
    • ComposeWith

      void ComposeWith()
    • Enum

      void Enum()
    • IsEqual

      void IsEqual()
    • Hash

      void Hash()
    • IsRunning

      void IsRunning()
    • GetTimeOfLastChange

      void GetTimeOfLastChange()
    • Inverse

      void Inverse()
    • CommonPrefixWith

      void CommonPrefixWith()
    • GetDisplayName

      String GetDisplayName(Pointer bindContext, Pointer pmkToLeft)
      Retrieves the display name for the moniker. HRESULT GetDisplayName( [in] IBindCtx *pbc, [in] IMoniker *pmkToLeft, [out] LPOLESTR *ppszDisplayName );
      Siehe auch:
    • ParseDisplayName

      void ParseDisplayName()
    • IsSystemMoniker

      void IsSystemMoniker()
    • RelativePathTo

      void RelativePathTo()