Errata for Programming Microsoft® Windows® CE .NET
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 752
|
The term "database" used in place of "system information"
On page 752, the first sentence in the RAPI System Information Functions section reads:
"The RAPI database functions are shown in the following list."
It should read:
"The RAPI system information functions are shown in the following list."
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 759
|
NOERROR used in place of S_OK in code sample
On page 759, the fourth line from the bottom of the code sample reads:
if (ri.hrRapiInit != NOERROR) {It should read:
if (ri.hrRapiInit != S_OK) {
Microsoft Press is committed to providing informative and accurate
books. All comments and corrections listed above are ready for
inclusion in future printings of this book. If you have a later printing
of this book, it may already contain most or all of the above corrections.
|
Microsoft Press |
Jul 13, 2010 |
|