@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.Auto)] struct DEV_BROADCAST_PORT { public int dbcp_size; public int dbcp_devicetype; public int dbcp_reserved; // MSDN say "do not use" [MarshalAs(UnmanagedType.ByValTStr, SizeConst=255)] public String dbcp_name; } !!!!VB Definition: <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Auto)> _ Structure DEV_BROADCAST_PORT Public dbcp_size As Integer Public dbcp_devicetype As Integer Public dbcp_reserved As Integer <MarshalAs(UnmanagedType.ByValTStr, SizeConst:=255)> _ Public dbcp_name As [String] End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: DEV_BROADCAST_PORT@msdn on MSDN
Edit Structures.DEV_BR...
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.