次の方法で共有


IWorkspaceRegistration2::RemoveResourceEx メソッド (workspaceruntime.h)

実装されていません。

クライアントが接続を切断していることを RemoteApp とデスクトップ接続ランタイムに通知します。

構文

HRESULT RemoveResourceEx(
  [in] DWORD dwCookieConnection,
  [in] GUID  correlationId
);

パラメーター

[in] dwCookieConnection

AddResourceEx メソッドによって返される接続 Cookie を含む DWORD 値。

[in] correlationId

TBD

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 8.1
サポートされている最小のサーバー Windows Server 2012 R2
対象プラットフォーム Windows
ヘッダー workspaceruntime.h (Workspaceruntime.h を含む)

こちらもご覧ください

IWorkspaceRegistration2