Collapse All
Parallels C API Reference Guide
PrlVmCfg_SetDnsServers Function
PrlApi.h PHT_VM_CONFIGURATION See Also Send Feedback

Allows to manually set the global DNS server list that will assigned to the virtual machine on the guest OS side.

Syntax
PRL_RESULT PrlVmCfg_SetDnsServers(
    PRL_HANDLE hVmCfg, 
    PRL_HANDLE hDnsServersList
);
File
Parameters

hDnsServersList
A handle of type PHT_STRINGS_LIST containing the list of DNS servers to be assigned to the global network settings of the virtual machine operating system. Can be PRL_INVALID_HANDLE if it's necessary to specify an empty list.
hVmDev
A handle of type PHT_VM_CONFIGURATION identifying the virtual machine configuration.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle of virtual network adapter specified.

PRL_ERR_SUCCESS - function completed successfully.

Remarks

Note: For these changes to take effect, Parallels Tools must be installed in a target virtual machine.

If the changes are applied to a stopped virtual machine, they will take effect the next time the machine is started. If the changes are applied to a running virtual machine, they will take effect on configuration changes commit.

See Also
Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!