IDesktopWallpaper::GetMonitorRECT 方法 (shobjidl_core.h)
擷取指定之監視器的顯示矩形。
語法
HRESULT GetMonitorRECT(
[in] LPCWSTR monitorID,
[out] RECT *displayRect
);
參數
[in] monitorID
要查詢之監視器的標識碼。 您可以透過 GetMonitorDevicePathAt 取得此值。
[out] displayRect
RECT 結構的指標,當此方法成功傳回時,會以螢幕座標接收 monitorID 所指定的監視器顯示矩形。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼,包括下列內容。
傳回碼 | Description |
---|---|
|
monitorID 指定的監視器目前未附加至系統。 |
|
displayRect 中提供了 NULL 指標。 |
|
找不到 monitorID 中提供的標識碼。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | shobjidl_core.h (包含 Shobjidl.h) |