|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windbgkd.h>
Public Attributes | |
| ULONG | DataSize |
| ULONG | InterfaceType |
| ULONG | BusNumber |
| ULONG | AddressSpace |
| ULONG64 | IoAddress |
| ULONG | DataValue |
Definition at line 618 of file windbgkd.h.
| ULONG _DBGKD_READ_WRITE_IO_EXTENDED64::AddressSpace |
Definition at line 623 of file windbgkd.h.
Referenced by KdpReadIoSpaceExtended(), and KdpWriteIoSpaceExtended().
| ULONG _DBGKD_READ_WRITE_IO_EXTENDED64::BusNumber |
Definition at line 622 of file windbgkd.h.
Referenced by KdpReadIoSpaceExtended(), and KdpWriteIoSpaceExtended().
| ULONG _DBGKD_READ_WRITE_IO_EXTENDED64::DataSize |
Definition at line 620 of file windbgkd.h.
Referenced by KdpReadIoSpaceExtended(), and KdpWriteIoSpaceExtended().
| ULONG _DBGKD_READ_WRITE_IO_EXTENDED64::DataValue |
Definition at line 625 of file windbgkd.h.
Referenced by KdpReadIoSpaceExtended(), and KdpWriteIoSpaceExtended().
| ULONG _DBGKD_READ_WRITE_IO_EXTENDED64::InterfaceType |
Definition at line 621 of file windbgkd.h.
Referenced by KdpReadIoSpaceExtended(), and KdpWriteIoSpaceExtended().
| ULONG64 _DBGKD_READ_WRITE_IO_EXTENDED64::IoAddress |
Definition at line 624 of file windbgkd.h.
Referenced by KdpReadIoSpaceExtended(), and KdpWriteIoSpaceExtended().