Errata

Windows via C/C++ (softcover)

Errata for Windows via C/C++ (softcover)

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Other Digital Version Chapter 4
Headers at top of listing

<#include's commented out below should be removed>

#include "CmnHdr.h" /* See Appendix A. */
#include "Toolhelp.h"
#include <windowsx.h>
//#include <stdarg.h>
//#include <stdio.h>
#include "Resource.h"

#include <winternl.h> // for Windows internal declarations.
#include <aclapi.h> // for ACL management.
#include <shlwapi.h> // for StrFormatKBSize.
#include <shlobj.h> // for IsUserAnAdmin.
//#include <AclApi.h> // for ACL/ACE functions.

#include <tchar.h>
#include <StrSafe.h>

#pragma comment (lib,"shlwapi.lib")
#pragma comment (lib,"shell32.lib")

Anonymous  May 13, 2013