Partager via


NativeMethods.EnumThreadWindowsCallback Delegate

Definition

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

Return Value

Applies to