添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Click or drag to resize Click or drag to resize
Xcalibur Systems LLC Logo

Window Helper Enum Windows Proc Delegate

An application-defined callback function used with the or EnumDesktopWindows function. It receives top-level window handles. The WNDENUMPROC type defines a pointer to this callback function. EnumWindowsProc is a placeholder for the application-defined function name. EnumWindowsProc callback function

Namespace: Xcalibur.NativeMethods.V2.Windows
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public delegate bool EnumWindowsProc(
	IntPtr windowHandle,
	IntPtr lParam
)