Exemplo n.º 1
0
 public static extern bool EnumWindows(NativeMethods.EnumWindowsCallBack lpEnumFunc, int lParam);
Exemplo n.º 2
0
 public static extern bool EnumChildWindows(IntPtr hWndParent, NativeMethods.EnumWindowsCallBack lpEnumFunc, int lParam);