![]() |
Jungo WinDriver
Official Documentation
|
| DWORD DLLCALLCONV WDC_PlatformScanDevices | ( | _In_ const CHAR * | pcDeviceName, |
| _In_ PHYS_ADDR | pSearchAddr, | ||
| _Outptr_ WDC_PLATFORM_SCAN_RESULT * | pPlatformScanResult | ||
| ) |
Scans the platform for devices matching a specific device name.
Used primarily for non-PCI or custom bus devices.
| [in] | pcDeviceName | The name of the device to search for, or NULL to search for all devices |
| [in] | pSearchAddr | Physical address of the device to search for, or 0 for all addresses |
| [out] | pPlatformScanResult | A pointer to a structure that will be updated with the results of the platform scan |