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

Allows to hide or show a specified virtual network adapter at system preferences.

Syntax
PRL_RESULT PrlDispNet_SetHidden(
    PRL_HANDLE hDispNet, 
    PRL_BOOL bHidden
);
File

PrlApiDeprecated.h

Parameters

hDispNet
A handle of type PHT_DISP_NET_ADAPTER identifying the network adapter.
bHidden
A boolean value indicating the type of action to perform. PRL_TRUE will hide the adapter. PRL_FALSE will show it.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

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