Used to extend the capabilities of Remote Desktop Connection Broker (RD Connection Broker).
Implement this interface when you want to provide a plug-in that overrides the redirection logic of RD Connection Broker.
Methods
The IWTSSBPlugin interface inherits the methods of the IUnknown interface.
In addition, IWTSSBPlugin defines the following methods.
Remarks
RD Connection Broker calls the WTSSBX_GetUserExternalSession method so that the plug-in can direct an incoming connection to a computer that does not belong to a farm in RD Connection Broker.
Alternatively, RD Connection Broker calls the WTSSBX_GetMostSuitableServer method so that the plug-in can direct an incoming connection to a computer that does belong to a farm in RD Connection Broker.
These methods reference an individual server in the farm by using the unique MachineId assigned to the server by RD Connection Broker. When a server joins a farm in RD Connection Broker, RD Connection Broker calls the WTSSBX_MachineChangeNotification method to notify the plug-in of the change and pass the MachineId of the new server to the plug-in.
Requirements
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | Tssbx.h |
| IDL | Tssbx.idl |
| IID | IID_IWTSSBPlugin is defined as DC44BE78-B18D-4399-B210-641BF67A002C |
See Also
- Remote Desktop Connection Broker Extensibility
Send comments about this topic to Microsoft
Build date: 6/26/2009