Source position: jwawinsta.pas line 173
type _WINSTATION_CLIENTW = record |
Comment: array [0..59] of WCHAR; |
Reserved1: array [0..2] of DWORD; |
ClientUsername: array [0..20] of WCHAR; |
ClientDomain: array [0..17] of WCHAR; |
ClientPassword: array [0..255] of WCHAR; |
Reserved2: array [0..1635] of Byte; |
Reserved3: array [0..6] of DWORD; |
Reserved4: array [0..275] of Byte; |
end; |