@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] struct SESSION_INFO_502 { [MarshalAs(UnmanagedType.LPWStr)] string sesi502_cname; [MarshalAs(UnmanagedType.LPWStr)] string sesi502_username; int sesi502_num_opens; int sesi502_time; int sesi502_idle_time; int sesi502_user_flags; [MarshalAs(UnmanagedType.LPWStr)] string sesi502_cltype_name; [MarshalAs(UnmanagedType.LPWStr)] string sesi502_transport; } !!!!VB Definition: Structure SESSION_INFO_502 Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: SESSION_INFO_502@msdn on MSDN
Edit Structures.SESSIO...
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.