Determines if new users have the right to modify Parallels 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 Parallels Service preferences. When a new Parallels Service user profile is created (this happens automatically when a user logs in to the Parallels Service for the first time), he/she will be granted or denied this privilege based on the flag set in the Parallels Service configuration. This function determines the status of this flag.