Package com.sun.jna.platform.win32
Klasse Wtsapi32.WTSINFO
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Wtsapi32.WTSINFO
- Umschließende Schnittstelle:
Wtsapi32
@FieldOrder({"State","SessionId","IncomingBytes","OutgoingBytes","IncomingFrames","OutgoingFrames","IncomingCompressedBytes","OutgoingCompressedBytes","WinStationName","Domain","UserName","ConnectTime","DisconnectTime","LastInputTime","LogonTime","CurrentTime"})
public static class Wtsapi32.WTSINFO
extends Structure
Contains information about a Remote Desktop Services session.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungfinal byte[]
int
int
int
int
int
int
int
int
final byte[]
final byte[]
Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungConvenience method to return the null-terminated string in theDomain
member, accounting forCHAR
orWCHAR
byte width.Convenience method to return the null-terminated string in theUserName
member, accounting forCHAR
orWCHAR
byte width.Convenience method to return the null-terminated string in theWinStationName
member, accounting forCHAR
orWCHAR
byte width.Von Klasse geerbte Methoden com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Felddetails
-
State
public int State -
SessionId
public int SessionId -
IncomingBytes
public int IncomingBytes -
OutgoingBytes
public int OutgoingBytes -
IncomingFrames
public int IncomingFrames -
OutgoingFrames
public int OutgoingFrames -
IncomingCompressedBytes
public int IncomingCompressedBytes -
OutgoingCompressedBytes
public int OutgoingCompressedBytes -
WinStationName
public final byte[] WinStationName -
Domain
public final byte[] Domain -
UserName
public final byte[] UserName -
ConnectTime
-
DisconnectTime
-
LastInputTime
-
LogonTime
-
CurrentTime
-
-
Konstruktordetails
-
WTSINFO
public WTSINFO() -
WTSINFO
-
-
Methodendetails
-
getWinStationName
Convenience method to return the null-terminated string in theWinStationName
member, accounting forCHAR
orWCHAR
byte width.- Gibt zurück:
- The
WinStationName
as a string.
-
getDomain
Convenience method to return the null-terminated string in theDomain
member, accounting forCHAR
orWCHAR
byte width.- Gibt zurück:
- The
Domain
as a string.
-
getUserName
Convenience method to return the null-terminated string in theUserName
member, accounting forCHAR
orWCHAR
byte width.- Gibt zurück:
- The
UserName
as a string.
-