Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDispCfg_GetDispNetCount Function
PHT_DISP_CONFIG

Determines the total number of the virtual network adapters in the Parallels Service configuration.

Syntax
PRL_RESULT PrlDispCfg_GetDispNetCount(
    PRL_HANDLE hDispCfg, 
    PRL_UINT32_PTR pnDispNetCount
);
File

PrlApiDeprecated.h

Parameters

hDispCfg
A handle of type PHT_DISP_CONFIG.
pnDispNetCount
[out] A pointer to a variable that receives the total adapter count.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.