Collapse All
Parallels C API Reference Guide
PrlSrvCfgPci_GetDeviceClass Function
PrlApi.h PHT_HW_GENERIC_PCI_DEVICE

Obtains the class of the PCI device (network, display, sound, etc.).

Syntax
PRL_RESULT PrlSrvCfgPci_GetDeviceClass(
    PRL_HANDLE hGenericPci, 
    PRL_GENERIC_PCI_DEVICE_CLASS_PTR pnGenericPciClass
);
File
Parameters

hGenericPci
A valid handle of type PHT_HW_GENERIC_PCI_DEVICE identifying the adapter.
pnGenericPciClass
[out] A pointer to a variable that receives the PCI device class.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!