SECTION_RELOCATION_INFORMATION - NtDoc

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

// private
typedef struct _SECTION_RELOCATION_INFORMATION
{
    ULONG_PTR RelocationDelta;
} SECTION_RELOCATION_INFORMATION, *PSECTION_RELOCATION_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.