Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlSrvCfgPci_GetDeviceClass Function
PrlApi.h  PHT_HW_GENERIC_PCI_DEVICE  Send Feedback

Returns a generic PCI device class.

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