Obtains network settings of a guest operating system running in a virtual machine.
PRL_HANDLE PrlVmGuest_GetNetworkSettings( PRL_HANDLE hVmGuest, PRL_UINT32 nReserved );
PrlApiVm.h
A handle of type PHT_JOB containing the results of this asynchronous operation or PRL_INVALID_HANDLE if there's not enough memory to instantiate the job object.
The network settings are obtained using a user session in the guest operating system. Prior to calling this function, a handle to a user session in the virtual machine must be obtained using the PrlVm_LoginInGuest function.
To get the return code from the PHT_JOB object, use the PrlJob_GetRetCode function. Possible values are:
PRL_ERR_INVALID_ARG - invalid handle was passed. PRL_ERR_SUCCESS - function completed successfully.
To get the results from the returned PHT_JOB object, use the following steps:
Once you obtain the PHT_SERVER_CONFIG handle, you can use the following functions to obtain individual network settings of the guest OS: