Package com.sun.jna.platform.win32.COM
Klasse Moniker
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.COM.COMInvoker
com.sun.jna.platform.win32.COM.Unknown
com.sun.jna.platform.win32.COM.Moniker
- Alle implementierten Schnittstellen:
NativeMapped
,IMoniker
,IPersist
,IPersistStream
,IUnknown
- Bekannte direkte Unterklassen:
Moniker.ByReference
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderVon Schnittstelle geerbte Felder com.sun.jna.platform.win32.COM.IUnknown
IID_IUNKNOWN
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Binds to the specified object.void
void
void
void
Enum()
Retrieves the class identifier (CLSID) of the object.GetDisplayName
(Pointer pbc, Pointer pmkToLeft) Retrieves the display name for the moniker.void
Retrieves the size of the stream needed to save the object.void
void
Hash()
void
Inverse()
boolean
IsDirty()
Determines whether an object has changed since it was last saved to its stream.void
IsEqual()
void
void
void
Initializes an object from the stream where it was saved previously (Unimplemented)void
void
Reduce()
void
void
Saves an object to the specified stream.Von Klasse geerbte Methoden com.sun.jna.platform.win32.COM.Unknown
AddRef, QueryInterface, Release
Von Klasse geerbte Methoden com.sun.jna.platform.win32.COM.COMInvoker
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoid
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden com.sun.jna.platform.win32.COM.IUnknown
AddRef, QueryInterface, Release
-
Felddetails
-
vTableIdStart
static final int vTableIdStart- Siehe auch:
-
-
Konstruktordetails
-
Moniker
public Moniker() -
Moniker
-
-
Methodendetails
-
BindToObject
public void BindToObject()Beschreibung aus Schnittstelle kopiert:IMoniker
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 );
- Angegeben von:
BindToObject
in SchnittstelleIMoniker
- Siehe auch:
-
BindToStorage
public void BindToStorage()- Angegeben von:
BindToStorage
in SchnittstelleIMoniker
-
Reduce
public void Reduce() -
ComposeWith
public void ComposeWith()- Angegeben von:
ComposeWith
in SchnittstelleIMoniker
-
Enum
public void Enum() -
IsEqual
public void IsEqual() -
Hash
public void Hash() -
IsRunning
public void IsRunning() -
GetTimeOfLastChange
public void GetTimeOfLastChange()- Angegeben von:
GetTimeOfLastChange
in SchnittstelleIMoniker
-
Inverse
public void Inverse() -
CommonPrefixWith
public void CommonPrefixWith()- Angegeben von:
CommonPrefixWith
in SchnittstelleIMoniker
-
RelativePathTo
public void RelativePathTo()- Angegeben von:
RelativePathTo
in SchnittstelleIMoniker
-
GetDisplayName
Beschreibung aus Schnittstelle kopiert:IMoniker
Retrieves the display name for the moniker.HRESULT GetDisplayName( [in] IBindCtx *pbc, [in] IMoniker *pmkToLeft, [out] LPOLESTR *ppszDisplayName );
- Angegeben von:
GetDisplayName
in SchnittstelleIMoniker
- Siehe auch:
-
ParseDisplayName
public void ParseDisplayName()- Angegeben von:
ParseDisplayName
in SchnittstelleIMoniker
-
IsSystemMoniker
public void IsSystemMoniker()- Angegeben von:
IsSystemMoniker
in SchnittstelleIMoniker
-
IsDirty
public boolean IsDirty()Beschreibung aus Schnittstelle kopiert:IPersistStream
Determines whether an object has changed since it was last saved to its stream. (Unimplemented)- Angegeben von:
IsDirty
in SchnittstelleIPersistStream
-
Load
Beschreibung aus Schnittstelle kopiert:IPersistStream
Initializes an object from the stream where it was saved previously (Unimplemented)- Angegeben von:
Load
in SchnittstelleIPersistStream
-
Save
Beschreibung aus Schnittstelle kopiert:IPersistStream
Saves an object to the specified stream. (Unimplemented)- Angegeben von:
Save
in SchnittstelleIPersistStream
-
GetSizeMax
public void GetSizeMax()Beschreibung aus Schnittstelle kopiert:IPersistStream
Retrieves the size of the stream needed to save the object. (Unimplemented)- Angegeben von:
GetSizeMax
in SchnittstelleIPersistStream
-
GetClassID
Beschreibung aus Schnittstelle kopiert:IPersist
Retrieves the class identifier (CLSID) of the object.HRESULT GetClassID( [out] CLSID *pClassID );
MSDN- Angegeben von:
GetClassID
in SchnittstelleIPersist
-