Jungo WinDriver  
Official Documentation

◆ WDC_ReadAddrByAddrDesc8()

DWORD DLLCALLCONV WDC_ReadAddrByAddrDesc8 ( _In_ struct WDC_ADDR_DESC * pAddrDesc,
_In_ KPTR dwOffset,
_In_ BYTE * pbVal )

Reads 1 byte (8 bits) from a specified memory or I/O address.

Parameters
[in]pAddrDescPointer to one of the device's address space information structures to read from
[in]dwOffsetThe offset from the beginning of the specified address space (dwAddrSpace) to read from
[out]pbValPointer to a buffer to be filled with the data that is read from the specified address
Returns
Returns WD_STATUS_SUCCESS (0) on success, or an appropriate error code otherwise