コード例 #1
0
ファイル: WindowInfo.cs プロジェクト: madebysoren/NooSphere
 public WindowInfo GetRelatedWindow(WindowRelation relation)
 {
     return new WindowInfo(User32.GetWindow(hWnd, (int)relation));
 }
コード例 #2
0
ファイル: API.cs プロジェクト: CCWT923/WindowRecorder
 public static extern IntPtr GetWindow(IntPtr Hwnd, WindowRelation WindowRalation);