#ifndef _NTMMAPI_H
typedef struct _SECTION_BASIC_INFORMATION
{
PVOID BaseAddress;
ULONG AllocationAttributes;
LARGE_INTEGER MaximumSize;
} SECTION_BASIC_INFORMATION, *PSECTION_BASIC_INFORMATION;
View code on GitHubStructure SECTION_BASIC_INFORMATION is returned as a result of call NtQuerySection with SectionBasicInformation information class.
(?), always set to zero.
Can be one or combination of:
Size of section, in bytes. This value equals to section's size declared in a call to NtCreateSection or NtExtendSection.