The information in this article applies to:
SYMPTOMSIf an SNMP manager application calls SnmpMgrGetTrap() to receive traps and there are traps available, it returns FALSE. If the application calls GetLastError(), the error code returned is 42 (SNMP_MGMTAPI_TRAP_ERRORS). RESOLUTIONThe SNMP Manager API SnmpMgrGetTrapListen() must be called before calling SnmpMgrGetTrap(). The event handle returned by SnmpMgrGetTrapListen() can then be ignored to poll for traps. STATUSThis behavior is by design. REFERENCESFor more information, please see the Microsoft Windows NT SNMP Programmer's Reference (PROGREF.RTF). Additional query words:
Keywords : kbnetwork kbAPI kbNTOS350 kbSDKPlatform kbSNMP kbGrpNet |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |