SnmpUtilOctetsFree (Compact 2013)
3/26/2014
This function frees the memory allocated for the specified octet string.
Syntax
VOID SnmpUtilOctetsFree(
AsnOctetString* pOctetsDst
);
Parameters
- pOctetsDst
Pointer to an AsnOctetString structure whose memory should be freed.
Return Value
None.
Remarks
Call the SnmpUtilOctetsFree function to free the memory that the SnmpUtilOctetsCpy function allocates.
Requirements
Header |
snmp.h |
Library |
snmpapi.lib |