Collapse All
Parallels C API Reference Guide
PrlNetworkClass_GetNetworkList Function
PrlApi.h PHT_NETWORK_CLASS

Returns the list of networks for specified network class entry.

Syntax
PRL_RESULT PrlNetworkClass_GetNetworkList(
    PRL_HANDLE hNetworkClass, 
    PRL_HANDLE_PTR phNetworkList
);
File
Parameters

hNetworkClass
A handle of type PHT_NETWORK_CLASS identifying the network class entry.
phNetworkList
[out] A pointer to a handle of type PHT_STRINGS_LIST that receives the list of networks
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-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!