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