void snmpSaHandlerContinue ( SNMP_PKT_T * pPkt /* pointer to the SNMP packet */ )
This routine is similar to snmpdContinue( ). Method routines that do not complete their tasks before returning should arrange to have this routine called when the task is finished. This routine should not be called if you call snmpSaHandlerWR( ). The pPkt parameter expects a pointer to the packet. If SNMP_CONTINUE_REENTRANT is installed, this routine will attempt to release the per-packet write lock.