Source position: jwawinsta.pas line 236
type _WINSTATION_INFORMATIONW = record |
State: DWORD; |
WinStationName: array [0..10] of WideChar; |
Unknown1: array [0..10] of Byte; |
Unknown3: array [0..10] of WideChar; |
Unknown2: array [0..8] of Byte; |
SessionId: DWORD; |
Reserved2: array [0..3] of Byte; |
ConnectTime: FILETIME; |
DisconnectTime: FILETIME; |
LastInputTime: FILETIME; |
LogonTime: FILETIME; |
Unknown4: array [0..11] of Byte; |
OutgoingFrames: DWORD; |
OutgoingBytes: DWORD; |
OutgoingCompressBytes: DWORD; |
Unknown5: array [0..435] of Byte; |
IncomingCompressedBytes: DWORD; |
Unknown6: array [0..7] of Byte; |
IncomingFrames: DWORD; |
IncomingBytes: DWORD; |
Unknown7: array [0..3] of Byte; |
Reserved3: array [0..528] of Byte; |
Domain: array [0..17] of WideChar; |
Username: array [0..22] of WideChar; |
CurrentTime: FILETIME; |
end; |