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.voidReset()Resets the enumeration sequence to the beginning.voidSkip(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, 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
-
Felddetails
-
IID
-
REFIID
-
-
Konstruktordetails
-
EnumVariant
public EnumVariant() -
EnumVariant
-
-
Methodendetails
-
Next
Beschreibung aus Schnittstelle kopiert:IEnumVariantRetrieves the specified items in the enumeration sequence.Count is the upper limit and less values can be retrieved.
- Angegeben von:
Nextin 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:IEnumVariantAttempts to skip over the next celt elements in the enumeration sequence.- Angegeben von:
Skipin SchnittstelleIEnumVariant- Parameter:
count- elements to skip
-
Reset
public void Reset()Beschreibung aus Schnittstelle kopiert:IEnumVariantResets the enumeration sequence to the beginning.- Angegeben von:
Resetin SchnittstelleIEnumVariant
-
Clone
Beschreibung aus Schnittstelle kopiert:IEnumVariantCreates a copy of the current state of enumeration.- Angegeben von:
Clonein SchnittstelleIEnumVariant- Gibt zurück:
- clone of the backing enumeration
-