SECTION_ORIGINAL_BASE_INFORMATION - NtDoc

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

// private
typedef struct _SECTION_ORIGINAL_BASE_INFORMATION
{
    PVOID BaseAddress;
} SECTION_ORIGINAL_BASE_INFORMATION, *PSECTION_ORIGINAL_BASE_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.