C
BOOL GetNextLeaf( OID_INFO* rec );
Description
This routine searches for the next leaf node from the current node. The input to this function is the node from where next leaf node is to be located. The next leaf node will be a silbing else distant sibling or leaf node of next branch, if any present. The input parameter var pointer will be updated with the newly found leaf node OID info.
Preconditions
ProcessGetBulkVar() else ProcessGetNextVar() is called.
Parameters
Parameters |
Description |
rec |
Pointer to SNMP MIB variable object information |
Return Values
Return Values |
Description |
TRUE |
If next leaf node is found. |
FALSE |
There is no next leaf node. |
Remarks
None.