Package com.sun.jna.platform.win32.COM
Klasse EnumMoniker
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.EnumMoniker
- Alle implementierten Schnittstellen:
NativeMapped,IEnumMoniker,IUnknown
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.platform.win32.COM.Unknown
Unknown.ByReference -
Feldübersicht
Von Schnittstelle geerbte Felder com.sun.jna.platform.win32.COM.IEnumMoniker
IIDVon Schnittstelle geerbte Felder com.sun.jna.platform.win32.COM.IUnknown
IID_IUNKNOWN -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungClone(PointerByReference ppenum) Creates a new enumerator that contains the same enumeration state as the current one.Next(WinDef.ULONG celt, PointerByReference rgelt, WinDef.ULONGByReference pceltFetched) Retrieves the specified number of items in the enumeration sequence.Reset()Resets the enumeration sequence to the beginning.Skip(WinDef.ULONG celt) Skips over the specified number of items in the enumeration sequence.Von Klasse geerbte Methoden com.sun.jna.platform.win32.COM.Unknown
AddRef, QueryInterface, ReleaseVon Klasse geerbte Methoden com.sun.jna.platform.win32.COM.COMInvoker
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoidVon Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toStringVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden com.sun.jna.platform.win32.COM.IUnknown
AddRef, QueryInterface, Release
-
Konstruktordetails
-
EnumMoniker
-
-
Methodendetails
-
Next
public WinNT.HRESULT Next(WinDef.ULONG celt, PointerByReference rgelt, WinDef.ULONGByReference pceltFetched) Beschreibung aus Schnittstelle kopiert:IEnumMonikerRetrieves the specified number of items in the enumeration sequence. Note: The caller is responsible for calling Release through each pointer enumerated.HRESULT Next( [in] ULONG celt, [out] IMoniker **rgelt, [in, out] ULONG *pceltFetched );- Angegeben von:
Nextin SchnittstelleIEnumMoniker- Siehe auch:
-
Skip
Beschreibung aus Schnittstelle kopiert:IEnumMonikerSkips over the specified number of items in the enumeration sequence.HRESULT Skip( [in] ULONG celt );- Angegeben von:
Skipin SchnittstelleIEnumMoniker- Siehe auch:
-
Reset
Beschreibung aus Schnittstelle kopiert:IEnumMonikerResets the enumeration sequence to the beginning.HRESULT Reset();- Angegeben von:
Resetin SchnittstelleIEnumMoniker- Siehe auch:
-
Clone
Beschreibung aus Schnittstelle kopiert:IEnumMonikerCreates a new enumerator that contains the same enumeration state as the current one. This method makes it possible to record a particular point in the enumeration sequence and then return to that point at a later time. The caller must release this new enumerator separately from the first enumerator.HRESULT Clone( [out] IEnumMoniker **ppenum );- Angegeben von:
Clonein SchnittstelleIEnumMoniker- Siehe auch:
-