Jungo WinDriver  
Official Documentation
WDC_ADDR_DESC Struct Reference

Address space information struct. More...

#include <wdc_defs.h>

Data Fields

DWORD dwAddrSpace
 Address space number. More...
 
BOOL fIsMemory
 TRUE: memory address space; FALSE: I/O. More...
 
DWORD dwItemIndex
 Index of address space in the pDev->cardReg.Card.Item array. More...
 
DWORD reserved
 
UINT64 qwBytes
 Size of address space. More...
 
KPTR pAddr
 I/O / Memory kernel mapped address – for WD_Transfer(), WD_MultiTransfer(), or direct kernel access. More...
 
UPTR pUserDirectMemAddr
 Memory address for direct user-mode access. More...
 

Detailed Description

Address space information struct.

Definition at line 27 of file wdc_defs.h.


The documentation for this struct was generated from the following file: