Package com.sun.jna.platform.win32.COM
Schnittstelle IPersist
- Alle Superschnittstellen:
IUnknown
- Alle bekannten Unterschnittstellen:
IMoniker
,IPersistStream
- Alle bekannten Implementierungsklassen:
Moniker
,Moniker.ByReference
Provides the CLSID of an object that can be stored persistently in the
system. Allows the object to specify which object handler to use in the
client process, as it is used in the default implementation of marshaling.
- Siehe auch:
-
Feldübersicht
Von Schnittstelle geerbte Felder com.sun.jna.platform.win32.COM.IUnknown
IID_IUNKNOWN
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungRetrieves the class identifier (CLSID) of the object.Von Schnittstelle geerbte Methoden com.sun.jna.platform.win32.COM.IUnknown
AddRef, QueryInterface, Release
-
Methodendetails
-
GetClassID
Guid.CLSID GetClassID()Retrieves the class identifier (CLSID) of the object.HRESULT GetClassID( [out] CLSID *pClassID );
MSDN
-