Undocumented functions of NTDLL

2OO1, 14 March


SECTION_INFORMATION_CLASS
SECTION_INFORMATION_CLASS

typedef enum _SECTION_INFORMATION_CLASS {

SectionBasicInformation, SectionImageInformation } SECTION_INFORMATION_CLASS, *PSECTION_INFORMATION_CLASS;



Enumeration type SECTION_INFORMATION_CLASS is used in a call to NtQuerySection function.

This type can be one of:
Requirements:
Library: ntdll.lib


See also:
NtCreateSection
NtOpenSection
NtQuerySection
SECTION_BASIC_INFORMATION
SECTION_IMAGE_INFORMATION