@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, Pack = 4 )] struct COMDLG_FILTERSPEC { [MarshalAs ( UnmanagedType.LPWStr )] public string pszName; [MarshalAs ( UnmanagedType.LPWStr )] public string pszSpec; } !!!!VB Definition: Structure COMDLG_FILTERSPEC Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: COMDLG_FILTERSPEC@msdn on MSDN
Edit Structures.COMDLG...
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.