Collapse All
Parallels C API Reference Guide
PrlDispCfg_GetDispNetCount Function
PrlApi.h PHT_DISP_CONFIG Send Feedback

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
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
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!