testproc_started( )

NAME

testproc_started( ) - indicate that a testproc operation has begun

SYNOPSIS

void testproc_started 
    ( 
    SNMP_PKT_T *  pPkt,     /* internal representation of the snmp packet */ 
    VB_T *        pVarBind  /* var bind being processed                   */ 
    )

DESCRIPTION

This routine indicates that testproc for the specified variable binding has been started by the user.

The parameter pPkt is the internal representation of the SNMP packet. The parameter pvarBind is a pointer to the variable-binding being processed.

RETURNS

N/A

SEE ALSO

snmpProcLib