Package com.sun.jna.platform.win32.COM
Klasse EnumVariant
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.EnumVariant
- Alle implementierten Schnittstellen:
NativeMapped
,IEnumVariant
,IUnknown
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.platform.win32.COM.Unknown
Unknown.ByReference
-
Feldübersicht
FelderVon Schnittstelle geerbte Felder com.sun.jna.platform.win32.COM.IUnknown
IID_IUNKNOWN
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungClone()
Creates a copy of the current state of enumeration.Next
(int count) Retrieves the specified items in the enumeration sequence.void
Reset()
Resets the enumeration sequence to the beginning.void
Skip
(int count) Attempts to skip over the next celt elements in the enumeration sequence.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
-
IID
-
REFIID
-
-
Konstruktordetails
-
EnumVariant
public EnumVariant() -
EnumVariant
-
-
Methodendetails
-
Next
Beschreibung aus Schnittstelle kopiert:IEnumVariant
Retrieves the specified items in the enumeration sequence.Count is the upper limit and less values can be retrieved.
- Angegeben von:
Next
in SchnittstelleIEnumVariant
- Parameter:
count
- maximum number of elements to retrieve- Gibt zurück:
- array of VARIANTs
-
Skip
public void Skip(int count) Beschreibung aus Schnittstelle kopiert:IEnumVariant
Attempts to skip over the next celt elements in the enumeration sequence.- Angegeben von:
Skip
in SchnittstelleIEnumVariant
- Parameter:
count
- elements to skip
-
Reset
public void Reset()Beschreibung aus Schnittstelle kopiert:IEnumVariant
Resets the enumeration sequence to the beginning.- Angegeben von:
Reset
in SchnittstelleIEnumVariant
-
Clone
Beschreibung aus Schnittstelle kopiert:IEnumVariant
Creates a copy of the current state of enumeration.- Angegeben von:
Clone
in SchnittstelleIEnumVariant
- Gibt zurück:
- clone of the backing enumeration
-