Errata

Managing The Windows 2000 Registry

Errata for Managing The Windows 2000 Registry

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 xii
"Comments and Questions" section

The text of the "Comments and Questions" section has been updated. It now reads:

Comments and Questions

The information in this book has been tested and verified, but you may find
that features have changed (or you may even find mistakes!). You can send any
errors you find, as well as suggestions for future editions, to:

O'Reilly & Associates, Inc.
101 Morris Street
Sebastopol, CA 95472
(800) 998-9938 (in the United States or Canada)
(707) 829-0515 (international/local)
(707) 829-0104 (fax)

There is a web page for this book, where examples, errata, and any plans for
future editions are listed. The page also includes a link to a forum where you
can discuss the book with the author and other readers. You can access this
page at:

http://www.oreilly.com/catalog/9781565929432/

To ask technical questions or comment on the book, send email to:

bookquestions@oreilly.com

For more information about our books, conferences, software, Resource Centers,
and the O'Reilly Network, see our web site at:

http://www.oreilly.com

Anonymous    Jan 01, 2001
Printed
Page 220
Line 9 in Example 8-1 did read

DWORDnNameLen = MAX_PATH;

Now reads:

DWORD nNameLen = MAX_PATH;

Anonymous    Jan 01, 2001
Printed
Page 220
Line 11 in Example 8-1 did read

bgv nResult = ERROR_SUCCESS;

Now reads:

long nResult = ERROR_SUCCESS;

Anonymous    Jan 01, 2001
Printed
Page 281
end of the 6th code line

At the end of the 6th code line, there is a superscripted dot between the E and the ellipsis. This should actually be the first dot in the ellipsis.

Anonymous   
Printed
Page 288
second to last line

In the second to last line, change "http://www.oreilly.com" to "http://www.oreilly.com/catalog/9781565929432/".

Anonymous