Jungo WinDriver  
Official Documentation

◆ WDC_GetDeviceInfo()

DWORD DLLCALLCONV WDC_GetDeviceInfo ( _Inout_ WD_PCI_CARD_INFO pPciDeviceInfo,
_Inout_ WD_PLATFORM_CARD_INFO pPlatformInfo 
)

A general-purpose function to retrieve device resources.

It can handle either PCI devices or platform devices.

Parameters
[in,out]pPciDeviceInfoPointer to a PCI device information structure. Pass NULL if PCI information is not required.
[in,out]pPlatformInfo[Only if PLATFORM_API is defined] Pointer to a platform device information structure. Pass NULL if platform information is not required.
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise