Determines whether a specified PCI device (network adapter, display adapter, sound card, etc.) is the primary adapter in the system.
PRL_RESULT PrlSrvCfgPci_IsPrimaryDevice( PRL_HANDLE hGenericPci, PRL_BOOL_PTR pbIsPrimaryDevice );
PrlApiDisp.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_SUCCESS - function completed successfully.