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