ShellBrowser .Net Edition
EnumWinCallBackDelegate Delegate
NamespacesJam.ShellEnumWinCallBackDelegate
Delegate that is called for each child window of the SystemListView. Its used in EnumChildWindows(IntPtr, EnumWinCallBackDelegate, IntPtr).
Declaration Syntax
C#Visual BasicVisual C++
public delegate bool EnumWinCallBackDelegate(
	IntPtr hwnd,
	IntPtr lParam
)
Public Delegate Function EnumWinCallBackDelegate ( _
	hwnd As IntPtr, _
	lParam As IntPtr _
) As Boolean
public delegate bool EnumWinCallBackDelegate(
	IntPtr hwnd, 
	IntPtr lParam
)
Parameters
hwnd (IntPtr)
lParam (IntPtr)
Return Value

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)