SnmpUtilAsnAnyFree

[This is preliminary documentation and subject to change.]

The SnmpUtilAsnAnyFree function frees the memory allocated for the specified AsnAny structure. This function is an element of the SNMP Utility API.

VOID SnmpUtilAsnAnyFree(
  AsnAny *pAny  // pointer to structure to free
);
 

Parameters

pAny
Pointer to an AsnAny structure whose memory should be freed.

Return Values

None.

Remarks

Call the SnmpUtilAsnAnyFree function to free the memory that the SnmpUtilAsnAnyCpy function allocates.

QuickInfo

  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.

See Also

Simple Network Management Protocol (SNMP) Overview, SNMP Functions, AsnAny, SnmpUtilAsnAnyCpy