[This is preliminary documentation and subject to change.]
The SnmpUtilOctetsCpy function copies the variable pointed to by the pOctetsSrc parameter to the variable pointed to by the pOctetsDst parameter. The function allocates any necessary memory for the destination's copy. The SnmpUtilOctetsCpy function is an element of the SNMP Utility API.
SNMPAPI SnmpUtilOctetsCpy(
AsnOctetString *pOctetsDst, // destination octet string
AsnOctetString *pOctetsSrc // source octet string
);
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
Call the SnmpUtilOctetsFree function to free the memory that the SnmpUtilOctetsCpy function allocates for the destination structure.
Windows NT: Requires version 5.0 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in snmp.h.
Import Library: Use snmpapi.lib.
Simple Network Management Protocol (SNMP) Overview, SNMP Functions, AsnOctetString, SnmpUtilOctetsFree