IWRdsProtocolManager::NotifySettingsChange method (wtsprotocol.h)

Notifies the protocol provider of changes in the settings within the Remote Desktop Services service.

Syntax

HRESULT NotifySettingsChange(
  [in] PWRDS_SETTINGS pWRdsSettings
);

Parameters

[in] pWRdsSettings

A pointer to a WRDS_SETTINGS structure that contains the setting changes.

Return value

When you are implementing this method, return S_OK if the function succeeds. If it fails, return an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

Requirements

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

See also

IWRdsProtocolManager