コード例 #1
0
 public static IntPtr GetWindowDC(IntPtr hWnd)
 {
     return(Api_User32.GetWindowDC(hWnd));
 }