Errata

Windows NT File System Internals

Errata for Windows NT File System Internals

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 162

Figure 4-5: the top left box which reads:

I/O Manager
or other kernel
made driver

should read

I/O Manager
or other kernel-
mode driver

Anonymous   
Printed
Page 672
The function prototype for NTCreateFile() is missing.

All the parameters are then described (but not their data types).

It should read:

NTSTATUS
ZwCreateFile(
OUT PHANDLE FileHandle,
IN ACCESS_MASK DesiredAccess,
IN POBJECT_ATTRIBUTES ObjectAttributes,
OUT PIO_STATUS_BLOCK IoStatusBlock,
IN PLARGE_INTEGER AllocationSize, // OPTIONAL
IN ULONG FileAttributes,
IN ULONG ShareAccess,
IN ULONG CreateDisposition,
IN ULONG CreateOptions,
IN PVOID EaBuffer, // OPTIONAL
IN ULONG EaLength)

Anonymous   
Printed
Page 765
under the main entry of "memory": changed "allocating

(see allocating)" to a see-also cross reference; also, combined both
versions of "paged vs. nonpaged."

Anonymous    Dec 01, 1997