WRDS_SETTINGS structure (wtsdefs.h)

Contains policy-related setting information for a remote session.

This structure is used in the IWRdsProtocolSettings interface and the Initialize method of the IWRdsProtocolManager interface.

Syntax

typedef struct _WRDS_SETTINGS {
  WRDS_SETTING_TYPE  WRdsSettingType;
  WRDS_SETTING_LEVEL WRdsSettingLevel;
  WRDS_SETTING       WRdsSetting;
} WRDS_SETTINGS, *PWRDS_SETTINGS;

Members

WRdsSettingType

The category of settings contained (machine group policy, user group policy, or user security accounts manager).

WRdsSettingLevel

The setting level.

WRdsSetting

A structure that contains the policy setting states and values.

A structure that contains the policy setting states and values.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Header wtsdefs.h (include Wtsprotocol.h)