![]() |
Jungo WinDriver
Official Documentation
|
| DWORD DLLCALLCONV WDC_PciScanCaps | ( | _In_ WDC_DEVICE_HANDLE | hDev, |
| _In_ DWORD | dwCapId, | ||
| _Outptr_ WDC_PCI_SCAN_CAPS_RESULT * | pScanCapsResult | ||
| ) |
Scans the basic PCI capabilities of the given device for the specified capability (or for all capabilities).
| [in] | hDev | Handle to a WDC PCI device structure, returned by WDC_PciDeviceOpen(). |
| [in] | dwCapId | ID of the basic PCI capability for which to search, or WD_PCI_CAP_ID_ALL to search for all basic PCI capabilities. |
| [out] | pScanCapsResult | A pointer to a structure that will be updated by the function with the results of the basic PCI capabilities scan. |