ITsSbProvider interface (sbtsv.h)

Exposes methods that create default implementations of objects that are used in Remote Desktop Virtualization.

The ITsSbProvider interface is a helper interface, aimed at reducing the amount of code that the plug-in implementer needs to write. It provides a default implementation of some objects, such as environment, target, and session objects.

Inheritance

The ITsSbProvider interface inherits from the IUnknown interface. ITsSbProvider also has these types of members:

Methods

The ITsSbProvider interface has these methods.

 
ITsSbProvider::CreateEnvironmentObject

Creates an ITsSbEnvironment environment object.
ITsSbProvider::CreateEnvironmentPropertySetObject

Creates an ITsSbEnvironmentPropertySet environment property set object.
ITsSbProvider::CreateLoadBalanceResultObject

Creates an ITsSbLoadBalanceResult load-balancing result object.
ITsSbProvider::CreatePluginPropertySet

Creates an ITsSbPluginPropertySet plug-in property set object.
ITsSbProvider::CreateSessionObject

Plug-ins can use the CreateSessionObject method to create an ITsSbSession session object.
ITsSbProvider::CreateTargetObject

Creates an ITsSbTarget target object.
ITsSbProvider::CreateTargetPropertySetObject

Creates an ITsSbTargetPropertySet target property set object.
ITsSbProvider::GetFilterPluginStore

Retrieves a FilterPluginStore instance of the filter plugin store.
ITsSbProvider::GetInstanceOfGlobalStore

Retrieves an ITsSbGlobalStore instance of the global store object.
ITsSbProvider::GetResourcePluginStore

Retrieves an ITsSbResourcePluginStore instance of the resource plug-in store.
ITsSbProvider::RegisterForNotification

Requests that Remote Desktop Connection Broker (RD Connection Broker) send notifications about specified events.
ITsSbProvider::UnRegisterForNotification

Requests that Remote Desktop Connection Broker (RD Connection Broker) not send notifications about specified events.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header sbtsv.h

See also

Remote Desktop Virtualization Interfaces