Package com.sun.jna.platform.win32.COM
Interface IMoniker
- All Superinterfaces:
- IPersist,- IPersistStream,- IUnknown
- All Known Implementing Classes:
- Moniker,- Moniker.ByReference
Enables you to use a moniker object, which contains information that uniquely
 identifies a COM object.
 (Unimplemented, placeholder only at present)
- See Also:
- 
Field SummaryFields inherited from interface com.sun.jna.platform.win32.COM.IUnknownIID_IUNKNOWN
- 
Method SummaryMethods inherited from interface com.sun.jna.platform.win32.COM.IPersistGetClassIDMethods inherited from interface com.sun.jna.platform.win32.COM.IPersistStreamGetSizeMax, IsDirty, Load, SaveMethods inherited from interface com.sun.jna.platform.win32.COM.IUnknownAddRef, QueryInterface, Release
- 
Method Details- 
BindToObjectvoid 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:
 
- 
BindToStoragevoid BindToStorage()
- 
Reducevoid Reduce()
- 
ComposeWithvoid ComposeWith()
- 
Enumvoid Enum()
- 
IsEqualvoid IsEqual()
- 
Hashvoid Hash()
- 
IsRunningvoid IsRunning()
- 
GetTimeOfLastChangevoid GetTimeOfLastChange()
- 
Inversevoid Inverse()
- 
CommonPrefixWithvoid CommonPrefixWith()
- 
GetDisplayNameRetrieves the display name for the moniker.HRESULT GetDisplayName( [in] IBindCtx *pbc, [in] IMoniker *pmkToLeft, [out] LPOLESTR *ppszDisplayName );- See Also:
 
- 
ParseDisplayNamevoid ParseDisplayName()
- 
IsSystemMonikervoid IsSystemMoniker()
- 
RelativePathTovoid RelativePathTo()
 
-