Undocumented functions of NTDLL

2OOO, 12 October


NtCreateSection
NtCreateSection

NTSYSAPI 
NTSTATUS
NTAPI

NtCreateSection(
OUT PHANDLE SectionHandle, IN ULONG DesiredAccess, IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL, IN PLARGE_INTEGER MaximumSize OPTIONAL, IN ULONG PageAttributess, IN ULONG SectionAttributes, IN HANDLE FileHandle OPTIONAL );



Function NtCreateSection creates Section Object (virtual memory block with associated file).



Requirements:
Library: ntdll.lib


See also:
NtCreateFile
NtExtendSection
NtFlushVirtualMemory
NtMapViewOfSection
NtOpenFile
NtOpenSection
NtQuerySection