Exemplo n.º 1
0
 public static extern int EnumWindows(EnumWindowsCallBackPtr callPtr, int lPar);
Exemplo n.º 2
0
 public static extern bool EnumChildWindows(IntPtr hwnd, EnumWindowsCallBackPtr func, IntPtr lParam);