Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlSrvCfgPci_IsPrimaryDevice Function
PHT_SERVER_CONFIG

Determines whether a specified PCI device (network adapter, display adapter, sound card, etc.) is the primary adapter in the system.

Syntax
PRL_RESULT PrlSrvCfgPci_IsPrimaryDevice(
    PRL_HANDLE hGenericPci, 
    PRL_BOOL_PTR pbIsPrimaryDevice
);
File

PrlApiDisp.h

Parameters

hGenericPci
A valid handle of type PHT_HW_GENERIC_PCI_DEVICE identifying the adapter.
pbIsPrimaryDevice
[out] A pointer to a variable that receives the result. PRL_TRUE indicates that the PCI device is primary.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

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