Contents

TXTRecordDeallocate(_:)

Releases resources associated with a TXT record.

Declaration

func TXTRecordDeallocate(_ txtRecord: UnsafeMutablePointer<TXTRecordRef>!)

Parameters

  • txtRecord:

    A TXTRecordRef initialized by calling TXTRecordCreate().

Discussion

Releases any resources allocated in the course of preparing a TXT Record using TXTRecordCreate()/TXTRecordSetValue()/TXTRecordRemoveValue(). Ownership of the buffer provided in TXTRecordCreate() returns to the client.

See Also

TXT Record Construction Functions