コード例 #1
0
 public static extern IntPtr GetWindow(IntPtr hwnd, GetWindowEnum uCmd);
コード例 #2
0
ファイル: Window.cs プロジェクト: tablesmit/Screna
 static extern IntPtr GetWindow(IntPtr hWnd, GetWindowEnum uCmd);
コード例 #3
0
ファイル: User32.cs プロジェクト: MathewSachin/ManagedWin32
 public static extern IntPtr GetWindow(IntPtr hWnd, GetWindowEnum uCmd);