LDR_PATCH_TABLE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTLDR_H

// private
typedef struct _LDR_PATCH_TABLE
{
    ULONG_PTR Version;
    PVOID LdrLoadDll;
    PVOID LdrGetProcedureAddress;
} LDR_PATCH_TABLE, *PLDR_PATCH_TABLE;

#endif

View code on GitHub

NtDoc

No description available.