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 Summary
Fields inherited from interface com.sun.jna.platform.win32.COM.IUnknown
IID_IUNKNOWN
-
Method Summary
Methods inherited from interface com.sun.jna.platform.win32.COM.IPersist
GetClassID
Methods inherited from interface com.sun.jna.platform.win32.COM.IPersistStream
GetSizeMax, IsDirty, Load, Save
Methods inherited from interface com.sun.jna.platform.win32.COM.IUnknown
AddRef, QueryInterface, Release
-
Method Details
-
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:
-
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
Retrieves the display name for the moniker.HRESULT GetDisplayName( [in] IBindCtx *pbc, [in] IMoniker *pmkToLeft, [out] LPOLESTR *ppszDisplayName );
- See Also:
-
ParseDisplayName
void ParseDisplayName() -
IsSystemMoniker
void IsSystemMoniker() -
RelativePathTo
void RelativePathTo()
-