Virtuozzo Virtualization SDK C API Reference
|
Determines if new users have the right to modify Virtuozzo Service preferences.
PRL_RESULT PrlDispCfg_CanChangeDefaultSettings( PRL_HANDLE hDispConfig, PRL_BOOL_PTR pbDefaultChangeSettings );
PrlApiDisp.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_SUCCESS - function completed successfully.
By default, only administrators of the host machine can modify Virtuozzo Service preferences. When a new Virtuozzo Service user profile is created (this happens automatically when a user logs in to the Virtuozzo Service for the first time), he/she will be granted or denied this privilege based on the flag set in the Virtuozzo Service configuration. This function determines the status of this flag.