コード例 #1
0
ファイル: User32.cs プロジェクト: madebysoren/NooSphere
 public static extern bool EnumChildWindows(IntPtr hwnd, ListWindowDelegate callback, int lparam);
コード例 #2
0
ファイル: User32.cs プロジェクト: madebysoren/NooSphere
 public static extern bool EnumWindows(ListWindowDelegate callback, int lparam);