예제 #1
0
 public static extern bool EnumWindows(PCallBack x, IntPtr y);
예제 #2
0
 static extern bool EnumWindows(PCallBack x, int y);
예제 #3
0
 static extern bool EnumWindows(PCallBack x, int y);
예제 #4
0
 public static extern bool EnumWindows(PCallBack callback, int y);
예제 #5
0
 private static extern bool EnumWindowStations(PCallBack callback, IntPtr extraData);
예제 #6
0
 public static extern bool EnumWindows(PCallBack callback, int y);