Partager via


SnmpUtilOctetsFree

This function frees the memory allocated for the specified octet string.

VOID SnmpUtilOctetsFree(
  AsnOctetString* pOctetsDst 
);

Parameters

  • pOctetsDst
    Pointer to an AsnOctetString structure whose memory should be freed.

Return Values

None.

Remarks

Call the SnmpUtilOctetsFree function to free the memory that the SnmpUtilOctetsCpy function allocates.

Requirements

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

See Also

SnmpUtilOctetsCpy

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.