共用方式為


(workspaceruntime.h) 的 IWorkspaceScriptable2::ResourceDismissed 方法

警示用戶資源已停用或關閉。

語法

HRESULT ResourceDismissed(
  [in] BSTR bstrWorkspaceId,
  [in] BSTR bstrWorkspaceFriendlyName
);

參數

[in] bstrWorkspaceId

字串,包含包含無法使用資源的工作區標識碼。

[in] bstrWorkspaceFriendlyName

字串,其中包含保存無法使用資源的工作區易記名稱。

傳回值

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

規格需求

需求
最低支援的用戶端 Windows 8
最低支援的伺服器 Windows Server 2012
目標平台 Windows
標頭 workspaceruntime.h

另請參閱

IWorkspaceScriptable2

IWorkspaceScriptable3