Windows NT SNMP by James D. Murray Following are the changes made in the 6/98 reprint: {105-106} Example 4-4, lines 2, 7, 12, 17, 22, 27, 32, 37: should be the seven occurances of "wiseTable.wiseEntry.wiseEntry" to "wiseTable.wiseEntry.wiseIndex" {190} paragraph 1, line 3: should be "Creativeness" to "CreateEvent" {190} Example 6-3, line 4: should be UINT OID_Prefix[] = { 1, 3, 6, 1, 4, 1, 2035, 1, 10 }; to UINT OidPrefix[] = { 1, 3, 6, 1, 4, 1, 2035, 1, 10 }; {191} Example 6-3, line 16: should be *pSupportedView = MIB_OidPrefix; to *pSupportedView = OidMibPrefix; {258} Example 7-9, lines 29-31: should be pMibPtr = &OraAgentMib[i]; SnmpUtilOidCpy( &pVarBind->name, &MibOidOraAgent ); SnmpUtilOidAppend( &pVarBind->name, &pMibPtr->Oid ); to pMibPtr = &OraAgentMib[i]; SnmpUtilOidFree( &pVarBind->name); SnmpUtilOidCpy( &pVarBind->name, &MibOidOraAgent ); SnmpUtilOidAppend( &pVarBind->name, &pMibPtr->Oid ); <279> Figure 8-7 was replaced with the correct figure. (The figure that appeared as Figure 8-7 is actually Figure 8-8.) <281> Figure 8-8 was replaced with correct figure, which mistakenly appeared as Figure 8-7, page 279.