The SnmpUtilOidFree function frees any allocated data associated with the object identifier.
VOID SnmpUtilOidFree(
AsnObjectIdentifier *Obj | // object identifier to free |
); |
Parameters
Obj
[in/out] Points to an AsnObjectIdentifier structure whose allocated data should be freed.
Return Values
No return value.
See Also