ReactOS 0.4.16-dev-1279-gc894716
_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 1741 of file rtltypes.h.

Member Data Documentation

◆ CodeInfo

struct _SYSTEM_HOTPATCH_CODE_INFORMATION* _RTL_PATCH_HEADER::CodeInfo

Definition at line 1753 of file rtltypes.h.

◆ HotpatchHeader

struct _HOTPATCH_HEADER* _RTL_PATCH_HEADER::HotpatchHeader

Definition at line 1748 of file rtltypes.h.

◆ NextPath

struct _RTL_PATCH_HEADER* _RTL_PATCH_HEADER::NextPath

Definition at line 1745 of file rtltypes.h.

◆ PatchFlags

ULONG _RTL_PATCH_HEADER::PatchFlags

Definition at line 1746 of file rtltypes.h.

◆ PatchImageBase

PVOID _RTL_PATCH_HEADER::PatchImageBase

Definition at line 1744 of file rtltypes.h.

◆ PatchLdrDataTableEntry

PLDR_DATA_TABLE_ENTRY _RTL_PATCH_HEADER::PatchLdrDataTableEntry

Definition at line 1752 of file rtltypes.h.

◆ PatchList

LIST_ENTRY _RTL_PATCH_HEADER::PatchList

Definition at line 1743 of file rtltypes.h.

◆ PatchRefCount

LONG _RTL_PATCH_HEADER::PatchRefCount

Definition at line 1747 of file rtltypes.h.

◆ TargetDllBase

PVOID _RTL_PATCH_HEADER::TargetDllBase

Definition at line 1750 of file rtltypes.h.

◆ TargetDllName

UNICODE_STRING _RTL_PATCH_HEADER::TargetDllName

Definition at line 1749 of file rtltypes.h.

◆ TargetLdrDataTableEntry

PLDR_DATA_TABLE_ENTRY _RTL_PATCH_HEADER::TargetLdrDataTableEntry

Definition at line 1751 of file rtltypes.h.


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