ReactOS 0.4.15-dev-7842-g558ab78
_DBGKD_SEARCH_MEMORY Struct Reference

#include <windbgkd.h>

Public Attributes

union {
   ULONG64   SearchAddress
 
   ULONG64   FoundAddress
 
}; 
 
ULONG64 SearchLength
 
ULONG PatternLength
 

Detailed Description

Definition at line 690 of file windbgkd.h.

Member Data Documentation

◆ 

union { ... } _DBGKD_SEARCH_MEMORY::@3550

◆ FoundAddress

ULONG64 _DBGKD_SEARCH_MEMORY::FoundAddress

Definition at line 695 of file windbgkd.h.

◆ PatternLength

ULONG _DBGKD_SEARCH_MEMORY::PatternLength

Definition at line 698 of file windbgkd.h.

◆ SearchAddress

ULONG64 _DBGKD_SEARCH_MEMORY::SearchAddress

Definition at line 694 of file windbgkd.h.

◆ SearchLength

ULONG64 _DBGKD_SEARCH_MEMORY::SearchLength

Definition at line 697 of file windbgkd.h.


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