Undocumented functions of NTDLL


NtExtendSection
NtExtendSection

NTSYSAPI 
NTSTATUS
NTAPI

NtExtendSection(
IN HANDLE SectionHandle, IN PLARGE_INTEGER NewSectionSize );


SectionHandle


Must be open with SECTION_EXTEND_SIZE attribute. If section it's a mapped file, function fails.



Requirements:
Library: ntdll.lib




See also:
NtCreateSection
NtOpenSection