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