Obtains the list of globally defined search domains that will be assigned to a virtual machine on the guest operating system side.
PRL_RESULT PrlVmCfg_GetSearchDomains( PRL_HANDLE hVmCfg, PRL_HANDLE_PTR phSearchDomainsList );
PrlApiVm.h
PRL_RESULT. Possible values are:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_OUT_OF_MEMORY - not enough memory to allocate the string list object.
PRL_ERR_SUCCESS - function completed successfully.