Article ID: 127063
Article Last Modified on 1/8/2000
WAIT_OBJECT_0 to (WAIT_OBJECTS_0 _ cOBJECTS - 1)
to the following:
WAIT_OBJECT_0 to (WAIT_OBJECT_0 _ cOBJECTS - 1)
g_dwTimes[g_nIndex] and g_dwTimes[g_nIndex-1].
Correction:
g_dwTimes[g_nIndex] == GetTickCount();
-and-
g_dwTimes[g_nIndex-1] == GetTickCount();
should read as follows:
g_dwTimes[g_nIndex] = GetTickCount();
-and-
g_dwTimes[g_nIndex-1] = GetTickCount();
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.
Additional query words: mspress ms_press press bookbug
Keywords: KB127063