Creates a new virtual network adapter object and adds it to the network adapters list.
PRL_RESULT PrlDispCfg_CreateDispNet( PRL_HANDLE hDispConfig, 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.
This function merely creates a new virtual network adapter object in the local memory. To add a network adapter to the Parallels Service, populate the necessary network adapter properties using functions from the PHT_DISP_NET_ADAPTER group and then call PrlSrv_AddNetAdapter to add the adapter to the Parallels Service configuration.