Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Other versions of this page are also available for the following:
8/28/2008
This function copies the specified SnmpVarBind structure, and allocates any memory necessary for the destination structure.
Syntax
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 Value
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
Header | snmp.h |
Library | snmpapi.lib |
Windows Embedded CE | Windows CE 3.0 and later |