Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDispNet_IsEnabled Function
PHT_DISP_NET_ADAPTER  See Also

Determines whether the specified virtual network adapter is enabled or disabled.

Syntax
PRL_RESULT PrlDispNet_IsEnabled(
    PRL_HANDLE hDispNet, 
    PRL_BOOL_PTR pbEnabled
);
File

PrlApiDeprecated.h

Parameters

hDispNet
A handle of type PHT_DISP_NET_ADAPTER identifying the network adapter.
pbEnabled
[out] A pointer to a variable that receives the result. PRL_TRUE indicates that the adapter is enabled. PRL_FALSE indicates that the adapter is disabled.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

See Also
Links
© 2021 Parallels International GmbH. All rights reserved.