ReactOS 0.4.15-dev-7918-g2a2556c
_DBGKD_READ_WRITE_IO64 Struct Reference

#include <windbgkd.h>

Public Attributes

ULONG64 IoAddress
 
ULONG DataSize
 
ULONG DataValue
 

Detailed Description

Definition at line 601 of file windbgkd.h.

Member Data Documentation

◆ DataSize

ULONG _DBGKD_READ_WRITE_IO64::DataSize

Definition at line 604 of file windbgkd.h.

Referenced by KdpReadIoSpace(), and KdpWriteIoSpace().

◆ DataValue

ULONG _DBGKD_READ_WRITE_IO64::DataValue

Definition at line 605 of file windbgkd.h.

Referenced by KdpReadIoSpace(), and KdpWriteIoSpace().

◆ IoAddress

ULONG64 _DBGKD_READ_WRITE_IO64::IoAddress

Definition at line 603 of file windbgkd.h.

Referenced by KdpReadIoSpace(), and KdpWriteIoSpace().


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