コード例 #1
0
 public static extern int DwmSetPresentParameters(IntPtr hwnd, [Out] DWM_PRESENT_PARAMETERS pPresentParams);
コード例 #2
0
ファイル: AeroForm.cs プロジェクト: fthmko/myCode
 public static extern int DwmSetPresentParameters(IntPtr hwnd, ref DWM_PRESENT_PARAMETERS pPresentParams);