Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PrlNetworkClass_SetNetworkList Function
PHT_NETWORK_CLASS

Sets the list of networks for specified network class entry.

Syntax
PRL_RESULT PrlNetworkClass_SetNetworkList(
    PRL_HANDLE hNetworkClass, 
    PRL_HANDLE hNetworkList
);
File

PrlApiNet.h

Parameters

hNetworkClass
A handle of type PHT_NETWORK_CLASS identifying the network class entry.
hNetworkList
A handle of type PHT_STRINGS_LIST
Returns

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 create a virtual network object.

PRL_ERR_SUCCESS - function completed successfully.

Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!