Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDispCfg_SetWebPortalDomain Function
PHT_DISP_CONFIG

Set web portal domain.

Syntax
PRL_RESULT PrlDispCfg_SetWebPortalDomain(
    PRL_HANDLE hDispConfig, 
    PRL_CONST_STR sWebPortalDomain
);
File

PrlApiDeprecated.h

Parameters

sWebPortalDomain
Web portal domain string. Pass empty string to set default value.
hHandle
A handle of type PHT_DISP_CONFIG.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or string was passed. 

PRL_ERR_CANT_CHANGE_WEB_PORTAL_DOMAIN - proxy is not disabled. 

PRL_ERR_CANT_CHANGE_WEB_PORTAL_DOMAIN_BY_NON_PRIVILEGED_USER - only privileged user can change this setting (Win - administrator, Mac,Lin - root). 

PRL_ERR_SUCCESS - function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.