Jungo WinDriver  
Official Documentation

◆ WDC_PlatformScanDevices()

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.

Note
This function is available only if PLATFORM_API is defined.
Parameters
[in]pcDeviceNameThe name of the device to search for, or NULL to search for all devices
[in]pSearchAddrPhysical address of the device to search for, or 0 for all addresses
[out]pPlatformScanResultA pointer to a structure that will be updated with the results of the platform scan
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise