@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The EnumDesktops API !!!!C# Signature: [DllImport("user32.dll")] static extern bool EnumDesktops(IntPtr hwinsta, EnumDesktopsDelegate lpEnumFunc, IntPtr lParam); !!!!VB.NET Signature <Runtime.InteropServices.DllImport("user32.dll")> Private Function EnumDesktops(ByVal hwinsta As IntPtr, ByVal lpEnumFunc As EnumDesktopsDelegate, ByVal lParam As IntPtr) As Boolean End Function !!!!User-Defined Types: [EnumDesktopsDelegate] !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: EnumDesktops@msdn on MSDN
Edit user32.EnumDesktops
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.