DestroyPhysicalMonitors 関数 (physicalmonitorenumerationapi.h)
物理モニター ハンドルの配列を閉じます。 GetPhysicalMonitorsFromHMONITOR または GetPhysicalMonitorsFromIDirect3DDevice9 関数から取得したモニター ハンドルの配列を閉じるには、この関数を呼び出します。
構文
_BOOL DestroyPhysicalMonitors(
[in] DWORD dwPhysicalMonitorArraySize,
[in] LPPHYSICAL_MONITOR pPhysicalMonitorArray
);
パラメーター
[in] dwPhysicalMonitorArraySize
pPhysicalMonitorArray 配列内の要素の数。
[in] pPhysicalMonitorArray
PHYSICAL_MONITOR構造体の配列へのポインター。
戻り値
関数が成功した場合、戻り値は TRUE になります。 関数が失敗した場合、戻り値は FALSE になります。 詳細なエラー情報を得るには、GetLastError を呼び出します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | physicalmonitorenumerationapi.h |
Library | Dxva2.lib |
[DLL] | Dxva2.dll |