Obtains information about a virtual network adapter from the Parallels Service configuration.
PRL_RESULT PrlDispCfg_GetDispNet( PRL_HANDLE hDispCfg, PRL_UINT32 nDispNetIndex, PRL_HANDLE_PTR phDispNet );
PrlApiDeprecated.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_SUCCESS - function completed successfully.
Parallels Service can have multiple network adapters, each identified by a numeric index starting with 0 and up. Use PrlDispCfg_GetDispNetCount to determine the total adapter count and then obtain each adapter information by calling this function in a loop, passing an index counter in each iteration.