Undocumented functions of NTDLL

2OO1, 14 February


NtWriteFileGather
NtWriteFileGather

NTSYSAPI 
NTSTATUS
NTAPI

NtWriteFileGather(
IN HANDLE FileHandle, IN HANDLE Event OPTIONAL, IN PIO_APC_ROUTINE ApcRoutine OPTIONAL, IN PVOID ApcContext OPTIONAL, OUT PIO_STATUS_BLOCK IoStatusBlock, IN FILE_SEGMENT_ELEMENT SegmentArray, IN ULONG Length, IN PLARGE_INTEGER ByteOffset, IN PULONG Key OPTIONAL );



Function NtWriteFileGather writes specified block of file with data from memory pages. See NtReadFileScatter for more information.



Requirements:
Library: ntdll.lib


See also:
NtCreateFile
NtLockFile
NtOpenFile
NtReadFileScatter
NtWriteFile