SnmpUtilOidFree  8P1_O6 

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 AsnObjectIdentifierVSXCUF structure whose allocated data should be freed.

 

Return Values

No return value.

See Also

SnmpUtilOidAppend4I079H