EnumDesktopsDelegate (Delegates)
Last changed: -222.130.195.98

.
Summary

C# Definition:

delegate bool EnumDesktopsDelegate(string desktop, IntPtr lParam);

VB Definition:

Public Delegate Function EnumDesktopsDelegate(ByVal desktop As String, ByVal lParam As IntPtr) As Boolean

Public Delegate Function EnumDesktopsDelegate(<MarshalAs(UnmanagedType.LPTStr)> ByVal desktop As String, ByVal lParam As IntPtr) As Boolean

User-Defined Types:

None.

Notes:

None.

Documentation