ItsPubPlugin2::D eletePersonalDesktopAssignment 方法 (tspubplugin2com.h)

调用以删除个人虚拟桌面集合中指定用户与虚拟机之间的映射。

语法

HRESULT DeletePersonalDesktopAssignment(
  [in] const wchar_t *userId,
  [in] const wchar_t *poolId,
  [in] const wchar_t *endpointName
);

参数

[in] userId

一个以 null 结尾的字符串,其中包含用户的安全标识符 (SID) 。

[in] poolId

一个以 null 结尾的字符串,其中包含个人桌面所在的集合的标识符。

[in] endpointName

一个以 null 结尾的字符串,其中包含要删除的桌面终结点的名称。

返回值

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

要求

要求
最低受支持的客户端 Windows 8
最低受支持的服务器 Windows Server 2012
目标平台 Windows
标头 tspubplugin2com.h

另请参阅

ItsPubPlugin2