Managing the Windows 2000 Registry by Paul Robichaux Following are the changes made in the 1/01 reprint. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification (xii) 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 {220} Line 9 in Example 8-1 did read: DWORDnNameLen = MAX_PATH; Now reads: DWORD nNameLen = MAX_PATH; {220} Line 11 in Example 8-1 did read: bgv nResult = ERROR_SUCCESS; Now reads: long nResult = ERROR_SUCCESS;