IServer::ShowSection Method

Makes visible a configuration section in the VirtualUI Server Manager.

IDL

[id(0x000000D0)]

HRESULT _stdcall ShowSection([in] enum ServerSection section);

Parameters

Parameters

Description

[in] enum ServerSection section

The Server configuration section to hide to user. Use one of the following constants:

SRVSEC_GENERAL: Hides the General tab, that contains the Binding configuration.
SRVSEC_RDS: Hides the tab with the Remote Desktop Services account configuration.
SRVSEC_APPLICATIONS: Hides the list of applications.
SRVSEC_LICENSES: Hides the tab with License information.

 

Group

IServer Methods