SnmpUtilOidFree

The SnmpUtilOidFree function frees the memory allocated for the specified object identifier. This function is an element of the SNMP Utility API.

VOID SnmpUtilOidFree(
  AsnObjectIdentifier *pOid  // object identifier to free
);
 

Parameters

pOid
[in/out] Pointer to an AsnObjectIdentifier structure whose memory should be freed.

Return Values

None.

QuickInfo

  Windows NT: Requires version 3.1 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, SnmpUtilOidAppend