Collapse All
Parallels C API Reference Guide
PrlSrvCfgNet_GetSearchDomains Function
PrlApi.h PHT_HW_NET_ADAPTER

Obtains a list of search domains assigned to the specified network adapter.

Syntax
PRL_RESULT PrlSrvCfgNet_GetSearchDomains(
    PRL_HANDLE hNetAdapter, 
    PRL_HANDLE_PTR phSearchDomainsList
);
File
Parameters

hNetAdapter
A valid handle of type PHT_HW_NET_ADAPTER identifying the adapter.
phSearchDomainsList
[out] A pointer to a variable that receives the PHT_STRINGS_LIST handle containing the list of search domains.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_OUT_OF_MEMORY - not enough memory to instantiate strings list 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!