testproc_error( )

NAME

testproc_error( ) - indicate that a testproc operation encountered an error

SYNOPSIS

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

DESCRIPTION

This routine indicates that testproc encountered an error which will prevent a set operation from being successful.

RETURNS

N/A

SEE ALSO

snmpProcLib