IExecuteCommand::SetShowWindow 方法 (shobjidl_core.h)
設定指定的視窗視覺狀態。
語法
HRESULT SetShowWindow(
[in] int nShow
);
參數
[in] nShow
類型: int
它可以是可在 ShowWindow 函式的 nCmdShow 參數中指定的任何值。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | shobjidl_core.h (包含 Shobjidl.h) |