Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 2.78 KB

movedown-win32-tsgatewayconnectionauthorizationpolicy.md

File metadata and controls

74 lines (47 loc) · 2.78 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
MoveDown method of the Win32_TSGatewayConnectionAuthorizationPolicy class
Moves the current Remote Desktop connection authorization policy (RD \ 160;CAP) one position down in the order that RD \ 160;CAPs are evaluated.
57349e59-e200-4789-bbcb-d474eacde39d
multiple
MoveDown method Remote Desktop Services
MoveDown method Remote Desktop Services , Win32_TSGatewayConnectionAuthorizationPolicy class
Win32_TSGatewayConnectionAuthorizationPolicy class Remote Desktop Services , MoveDown method
apiref
Win32_TSGatewayConnectionAuthorizationPolicy.MoveDown
AagWmi.dll
COM
reference
05/31/2018

MoveDown method of the Win32_TSGatewayConnectionAuthorizationPolicy class

Moves the current Remote Desktop connection authorization policy (RD CAP) one position down in the order that RD CAPs are evaluated. This method increments the Order property of the current RD CAP and decrements the Order property of the RD CAP that followed the current RD CAP.

Syntax

uint32 MoveDown();

Parameters

This method has no parameters.

Return value

If the method succeeds, it returns zero. If the method is unsuccessful, it returns a nonzero value. For a list of error codes, see Remote Desktop Services WMI Provider Error Codes.

Remarks

You must be a member of the Administrators group to call this method.

Managed Object Format (MOF) files contain the definitions for Windows Management Instrumentation (WMI) classes. MOF files are not installed as part of the Microsoft Windows Software Development Kit (SDK). They are installed on the server when you add the associated role by using the Server Manager. For more information about MOF files, see Managed Object Format (MOF).

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\CIMv2\TerminalServices
MOF
TSGateway.mof
DLL
AagWmi.dll

See also

Win32_TSGatewayConnectionAuthorizationPolicy

MoveUp