ReactOS 0.4.17-dev-934-g091855f
_RTL_PATCH_HEADER Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_PATCH_HEADER:

Public Attributes

LIST_ENTRY PatchList
 
PVOID PatchImageBase
 
struct _RTL_PATCH_HEADER * NextPath
 
ULONG PatchFlags
 
LONG PatchRefCount
 
struct _HOTPATCH_HEADER * HotpatchHeader
 
UNICODE_STRING TargetDllName
 
PVOID TargetDllBase
 
PLDR_DATA_TABLE_ENTRY TargetLdrDataTableEntry
 
PLDR_DATA_TABLE_ENTRY PatchLdrDataTableEntry
 
struct _SYSTEM_HOTPATCH_CODE_INFORMATION * CodeInfo
 

Detailed Description

Definition at line 1769 of file rtltypes.h.

Member Data Documentation

◆ CodeInfo

struct _SYSTEM_HOTPATCH_CODE_INFORMATION* _RTL_PATCH_HEADER::CodeInfo

Definition at line 1781 of file rtltypes.h.

◆ HotpatchHeader

struct _HOTPATCH_HEADER* _RTL_PATCH_HEADER::HotpatchHeader

Definition at line 1776 of file rtltypes.h.

◆ NextPath

struct _RTL_PATCH_HEADER* _RTL_PATCH_HEADER::NextPath

Definition at line 1773 of file rtltypes.h.

◆ PatchFlags

ULONG _RTL_PATCH_HEADER::PatchFlags

Definition at line 1774 of file rtltypes.h.

◆ PatchImageBase

PVOID _RTL_PATCH_HEADER::PatchImageBase

Definition at line 1772 of file rtltypes.h.

◆ PatchLdrDataTableEntry

PLDR_DATA_TABLE_ENTRY _RTL_PATCH_HEADER::PatchLdrDataTableEntry

Definition at line 1780 of file rtltypes.h.

◆ PatchList

LIST_ENTRY _RTL_PATCH_HEADER::PatchList

Definition at line 1771 of file rtltypes.h.

◆ PatchRefCount

LONG _RTL_PATCH_HEADER::PatchRefCount

Definition at line 1775 of file rtltypes.h.

◆ TargetDllBase

PVOID _RTL_PATCH_HEADER::TargetDllBase

Definition at line 1778 of file rtltypes.h.

◆ TargetDllName

UNICODE_STRING _RTL_PATCH_HEADER::TargetDllName

Definition at line 1777 of file rtltypes.h.

◆ TargetLdrDataTableEntry

PLDR_DATA_TABLE_ENTRY _RTL_PATCH_HEADER::TargetLdrDataTableEntry

Definition at line 1779 of file rtltypes.h.


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