Undocumented functions of NTDLL

2OO1, 14 March


SECTION_BASIC_INFORMATION
SECTION_BASIC_INFORMATION

typedef struct _SECTION_BASIC_INFORMATION {

ULONG Unknown; ULONG SectionAttributes; LARGE_INTEGER SectionSize; } SECTION_BASIC_INFORMATION, *PSECTION_BASIC_INFORMATION;



Structure SECTION_BASIC_INFORMATION is returned as a result of call NtQuerySection with SectionBasicInformation information class.



Requirements:
Library: ntdll.lib


See also:
NtCreateSection
NtExtendSection
NtQuerySection
SECTION_IMAGE_INFORMATION
SECTION_INFORMATION_CLASS