Errata


Print Print Icon

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 "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



Version Location Description Submitted By 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 1997