SnmpUtilVarBindCpy
The SnmpUtilVarBindCpy
function copies the RFC1157VarBind
SNMPAPI SnmpUtilVarBindCpy(
RFC1157VarBind *dst, |
//
destination variable bindings |
RFC1157VarBind *src |
// source
variable bindings |
); |
|
Parameters
dst
[out] Points
to an RFC1157VarBind
src
[in] Points
to an RFC1157VarBind structure to copy.
Return Values
If the
function succeeds, the return value is TRUE.
If the
function fails, the return value is FALSE.
Remarks
Use the SnmpUtilVarBindFree
function to free memory that the SnmpUtilVarBindCpy function allocates
for the destination.
See Also
RFC1157VarBind, SnmpUtilVarBindFree20L3C9