Contents

CMSwapHostEndianTextDescriptionToBig(_:_:)

Converts a text description structure from host-endian to big-endian, in place.

Declaration

func CMSwapHostEndianTextDescriptionToBig(_ textDescriptionData: UnsafeMutablePointer<UInt8>, _ textDescriptionSize: Int) -> OSStatus

Parameters

  • textDescriptionData:

    TextDescription data structure in host-endian byte ordering to be converted to big-endian byte ordering.

  • textDescriptionSize:

    Size of TextDescription data structure.

See Also

Working with Text Descriptions