ReactOS 0.4.15-dev-7942-gd23573b
_RTL_PATCH_HEADER Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_PATCH_HEADER:

Public Attributes

LIST_ENTRY PatchList
 
PVOID PatchImageBase
 
struct _RTL_PATCH_HEADERNextPath
 
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_INFORMATIONCodeInfo
 

Detailed Description

Definition at line 1722 of file rtltypes.h.

Member Data Documentation

◆ CodeInfo

struct _SYSTEM_HOTPATCH_CODE_INFORMATION* _RTL_PATCH_HEADER::CodeInfo

Definition at line 1734 of file rtltypes.h.

◆ HotpatchHeader

struct _HOTPATCH_HEADER* _RTL_PATCH_HEADER::HotpatchHeader

Definition at line 1729 of file rtltypes.h.

◆ NextPath

struct _RTL_PATCH_HEADER* _RTL_PATCH_HEADER::NextPath

Definition at line 1726 of file rtltypes.h.

◆ PatchFlags

ULONG _RTL_PATCH_HEADER::PatchFlags

Definition at line 1727 of file rtltypes.h.

◆ PatchImageBase

PVOID _RTL_PATCH_HEADER::PatchImageBase

Definition at line 1725 of file rtltypes.h.

◆ PatchLdrDataTableEntry

PLDR_DATA_TABLE_ENTRY _RTL_PATCH_HEADER::PatchLdrDataTableEntry

Definition at line 1733 of file rtltypes.h.

◆ PatchList

LIST_ENTRY _RTL_PATCH_HEADER::PatchList

Definition at line 1724 of file rtltypes.h.

◆ PatchRefCount

LONG _RTL_PATCH_HEADER::PatchRefCount

Definition at line 1728 of file rtltypes.h.

◆ TargetDllBase

PVOID _RTL_PATCH_HEADER::TargetDllBase

Definition at line 1731 of file rtltypes.h.

◆ TargetDllName

UNICODE_STRING _RTL_PATCH_HEADER::TargetDllName

Definition at line 1730 of file rtltypes.h.

◆ TargetLdrDataTableEntry

PLDR_DATA_TABLE_ENTRY _RTL_PATCH_HEADER::TargetLdrDataTableEntry

Definition at line 1732 of file rtltypes.h.


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