[StructLayout(LayoutKind.Sequential)]
struct WINSTATIONINFORMATIONW
{
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 70)]
Byte[] ConnectState;
UInt32 WinStationName;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 4)]
Byte[] LogonId;
System.Runtime.InteropServices.ComTypes.FILETIME ConnectTime;
System.Runtime.InteropServices.ComTypes.FILETIME DisconnectTime;
System.Runtime.InteropServices.ComTypes.FILETIME LastInputTime;
System.Runtime.InteropServices.ComTypes.FILETIME LoginTime;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 1096)]
Byte[] UserName;
System.Runtime.InteropServices.ComTypes.FILETIME CurrentTime;
}
Structure WINSTATIONINFORMATIONW
Public TODO
End Structure
None.
None.