ITsSbTaskPlugin::SetTaskQueue method (sbtsv.h)
Updates a task in the queue of a Remote Desktop Connection Broker plugin.
Syntax
HRESULT SetTaskQueue(
[in] BSTR pszHostName,
[in] DWORD SbTaskInfoSize,
[in] ITsSbTaskInfo * [] pITsSbTaskInfo
);
Parameters
[in] pszHostName
[in] SbTaskInfoSize
[in] pITsSbTaskInfo
An array of pointers to ITsSbTaskInfo objects.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | sbtsv.h |