IWRdsProtocolSettings interface (wtsprotocol.h)

Exposes methods for retrieving and adding policy-related settings.

Inheritance

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

Methods

The IWRdsProtocolSettings interface has these methods.

 
IWRdsProtocolSettings::GetSettings

Retrieves the settings for a particular policy.
IWRdsProtocolSettings::MergeSettings

Adds (merges) the specified policy-related settings into the larger group of connection settings.

Remarks

To avoid a possible deadlock when calling any of the methods on this interface, you should not make any function or method calls that will directly or indirectly result in a Remote Desktop Services API being called. If you need to make any outbound call, you should start a new thread and make the outbound call from the new thread.

Requirements

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