Programming Microsoft Windows CE .NET, Third Edition comments and corrections (920938)



The information in this article applies to:

  • Programming Microsoft Windows CE .NET, Third Edition, ISBN 0-7356-1884-4

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Programming Microsoft Windows CE .NET, Third Edition, 0-7356-1884-4.

The following topics are covered:

  • Page 752: The term "database" used in place of "system information"
  • Page 759: NOERROR used in place of S_OK in code sample

MORE INFORMATION

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

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.

Modification Type:MajorLast Reviewed:6/9/2006
Keywords:KB920938