Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the redirection settings associated with a connection.
Syntax
typedef enum __MIDL___MIDL_itf_tsgpolicyengine_0000_0000_0005 {
EnableAllRedirections = 0,
DisableAllRedirections,
DriveRedirectionDisabled,
PrinterRedirectionDisabled,
PortRedirectionDisabled,
ClipboardRedirectionDisabled,
PnpRedirectionDisabled,
AllowOnlySDRServers
} PolicyAttributeType;
Constants
EnableAllRedirections Value: 0 Enable device redirection for all devices. |
DisableAllRedirections Disable device redirection for all devices. |
DriveRedirectionDisabled Disable drive redirection. |
PrinterRedirectionDisabled Disable printer redirection. |
PortRedirectionDisabled Disable port redirection. |
ClipboardRedirectionDisabled Disable clipboard redirection. |
PnpRedirectionDisabled Disable Plug and Play device redirection. |
AllowOnlySDRServers Only allow connections to servers that support secure device redirection. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 |
Minimum supported server | Windows Server 2008 R2 |
Header | tsgpolicyengine.h |