NativeMethods.EnumThreadWindowsCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: delegate bool NativeMethods::EnumThreadWindowsCallback(IntPtr hWnd, IntPtr lParam);
public delegate bool NativeMethods.EnumThreadWindowsCallback(IntPtr hWnd, IntPtr lParam);
type NativeMethods.EnumThreadWindowsCallback = delegate of nativeint * nativeint -> bool
Public Delegate Function NativeMethods.EnumThreadWindowsCallback(hWnd As IntPtr, lParam As IntPtr) As Boolean
Parameters
- hWnd
-
IntPtr
nativeint
- lParam
-
IntPtr
nativeint