@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: This structure is used by the [NetShareGetInfo] function to return data. !!!!C# Definition: [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] struct SHARE_INFO_503 { public string shi503_netname; [MarshalAs(UnmanagedType.U4)] public ShareType shi503_type; public string shi503_remark; [MarshalAs(UnmanagedType.U4)] public int shi503_permissions; // used w/ share level security only [MarshalAs(UnmanagedType.U4)] public int shi503_max_uses; [MarshalAs(UnmanagedType.U4)] public int shi503_current_uses; public string shi503_path; public string shi503_passwd; // used w/ share level security only public string shi503_servername; [MarshalAs(UnmanagedType.U4)] public int shi503_reserved; public IntPtr shi503_security_descriptor; } !!!!VB Definition: Structure SHARE_INFO_503 Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: See also [ShareType] enum. Created 4-1-2009 by dalehirt (no, it's really NOT an April Fool's joke). Documentation: SHARE_INFO_503@msdn on MSDN
Edit Structures.SHARE_...
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.