SettingsResultType enumeration
[This documentation is preliminary and is subject to change.]
Specifies the result of the ApplySettings or SetRdpProperty method.
Syntax
typedef enum _SettingsResultType {
SettingsResultOK = 0x0000,
SettingsResultFailInConnection = 0x0001,
SettingsResultFailInvalidProp = 0x0002,
SettingsResultFailSignedProperty = 0x0003,
SettingsResultFailGeneric = 0x0004
} SettingsResultType;
Constants
SettingsResultOK
The operation succeeded.SettingsResultFailInConnection
The specified property or properties could not be set.SettingsResultFailInvalidProp
The property name is not valid or the data type is not valid for the property.SettingsResultFailSignedProperty
Applying this property invalidates the RDP file signature.SettingsResultFailGeneric
An undetermined failure occurred.
Requirements
Minimum supported client |
Windows Developer Preview |
Minimum supported server |
Windows Server Developer Preview |
IDL |
Rdpappcontainerclient.idl |
See also
Build date: 9/7/2011