EnumDesktops (user32)
Last changed: -84.41.134.220

.
Summary

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