Skip navigation links
JNA API 4.4.0
com.sun.jna.platform.win32.COM

Interface IMoniker

    • Method Detail

      • 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 );
        See Also:
        MSDN
      • 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 );
        See Also:
        MSDN
      • ParseDisplayName

        void ParseDisplayName()
      • IsSystemMoniker

        void IsSystemMoniker()
      • RelativePathTo

        void RelativePathTo()
JNA API 4.4.0

Copyright © 2007-2016 Timothy Wall. All Rights Reserved.