IDesktopWallpaper::GetMonitorDevicePathAt 方法 (shobjidl_core.h)
擷取其中一個系統監視器的唯一標識碼。
語法
HRESULT GetMonitorDevicePathAt(
[in] UINT monitorIndex,
[out] LPWSTR *monitorID
);
參數
[in] monitorIndex
監視器的數目。 呼叫 GetMonitorDevicePathCount 來判斷監視器總數。
[out] monitorID
緩衝區位址的指標,當這個方法成功傳回時,會收到監視器的標識符。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼,包括下列內容。
傳回碼 | Description |
---|---|
|
monitorID 中提供了 NULL 指標。 |
備註
這個方法可以在目前中斷連結但已指派映像的監視器上呼叫。 呼叫 GetMonitorRECT 來區分附加和中斷連結的監視器。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | shobjidl_core.h (包括 Shobjidl.h) |