Collapse All
Parallels Virtualization SDK
PrlSrvCfgNet_IsEnabled Function
PHT_HW_NET_ADAPTER

Determines whether the adapter is enabled or disabled.

Syntax
PRL_RESULT PrlSrvCfgNet_IsEnabled(
    PRL_HANDLE hNetAdapter, 
    PRL_BOOL_PTR pbEnabled
);
File

PrlApiDisp.h

Parameters

hNetAdapter
A valid handle of type PHT_HW_NET_ADAPTER identifying the adapter.
pbEnabled
[out] A pointer to a variable that receives the return value. PRL_TRUE indicates that the adapter is enabled. PRL_FALSE indicates otherwise.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.