[This is preliminary documentation and subject to change.]
The SnmpUtilOctetsFree function frees the memory allocated for the specified octet string. This function is an element of the SNMP Utility API.
VOID SnmpUtilOctetsFree(
AsnOctetString *pOctets // octet string to free
);
None.
Call the SnmpUtilOctetsFree function to free the memory that the SnmpUtilOctetsCpy function allocates.
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, SnmpUtilOctetsCpy