IBrowserService2::_GetEffectiveClientArea 方法 (shdeprecated.h)

已取代。 與 IBrowserService2::_GetViewBorderRect 搭配使用,以交涉瀏覽器檢視的維度。

語法

HRESULT _GetEffectiveClientArea(
  [in, out] LPRECT   lprectBorder,
  [in]      HMONITOR hmon
);

參數

[in, out] lprectBorder

類型: LPRECT

RECT 結構的指標,指出可用工作區的維度。

[in] hmon

類型: HMONITOR

顯示檢視之監視器的句柄。

傳回值

類型: HRESULT

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
最低支援的用戶端 Windows 2000 專業版 [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限傳統型應用程式]
目標平台 Windows
標頭 shdeprecated.h

另請參閱

HMONITOR 和裝置內容

IBrowserService2