다음을 통해 공유


SnmpUtilVarBindListCpy (Windows CE 5.0)

Send Feedback

This function copies the specified SnmpVarBind structure, and allocates any necessary memory for the destination's copy.

VOID SnmpUtilVarBindListCpy(SnmpVarBindList* pVblDst,SnmpVarBindList* pVblSrc);

Parameters

  • pVblDst
    [out] Pointer to the SnmpVarBindList structure to receive the copy.
  • pVblSrc
    [in] Pointer to the 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 SnmpUtilVarBindListFree function to free memory that the SnmpUtilVarBindListCpy function allocates for the destination structure

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Snmp.h.
Link Library: Snmpapi.lib.

See Also

SnmpVarBindList | SnmpUtilVarBindListFree

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.