@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] public struct WKSTA_USER_INFO_1 { [MarshalAs(UnmanagedType.LPWStr)] public string wkui1_username; [MarshalAs(UnmanagedType.LPWStr)] public string wkui1_logon_domain; [MarshalAs(UnmanagedType.LPWStr)] public string wkui1_oth_domains; [MarshalAs(UnmanagedType.LPWStr)] public string wkui1_logon_server; } !!!!VB Definition: <StructLayout(LayoutKind.Sequential)> _ Structure WKSTA_USER_INFO_1 <MarshalAs(UnmanagedType.LPWStr)> _ Public userName As String <MarshalAs(UnmanagedType.LPWStr)> _ Public domain As String <MarshalAs(UnmanagedType.LPWStr)> _ Public otherDomain As String <MarshalAs(UnmanagedType.LPWStr)> _ Public server As String End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: WKSTA_USER_INFO_1@msdn on MSDN
Edit Structures.WKSTA_...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.