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