SnmpUtilVarBindCpy (Windows CE 5.0)
This function copies the specified SnmpVarBind structure, and allocates any memory necessary for the destination structure.
VOID SnmpUtilVarBindCpy(SnmpVarBind* pVbDest,
SnmpVarBind* pVbSrc );
Parameters
- pVbDest
[out] Pointer to an SnmpVarBind structure to receive the copy. - pVbSrc
[in] Pointer to an SnmpVarBind structure to copy.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
Remarks
Call the SnmpUtilVarBindFree function to free memory that the SnmpUtilVarBindCpy function allocates for the destination structure.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Snmp.h.
Link Library: Snmpapi.lib.
See Also
SnmpVarBind | SnmpUtilVarBindFree
Send Feedback on this topic to the authors