SnmpUtilOctetsFree (Windows CE 5.0)
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
Send Feedback on this topic to the authors