Desktop Functions: Smart Device Functions:
|
Search Results for "EnumDesktopsDelegate" in [All]Delegates
private delegate bool EnumDesktopsDelegate(string desktop, IntPtr lParam);
Private Delegate Function EnumDesktopsDelegate(ByVal desktop As String, ByVal lParam As IntPtr) As Boolean user322: EnumDesktops
static extern bool EnumDesktops(IntPtr hwinsta, EnumDesktopsDelegate
Private Function EnumDesktops(ByVal hwinsta As IntPtr, ByVal lpEnumFunc As EnumDesktopsDelegate, ByVal lParam As IntPtr) As Boolean |