예제 #1
0
 public static extern bool EnumChildWindows(
     IntPtr window,
     WindowCallBack callback,
     IntPtr lParam);
예제 #2
0
 public static extern bool EnumWindows(
     WindowCallBack callback,
     int lParam);