Contents

CMSwapBigEndianTextDescriptionToHost(_:_:)

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

Declaration

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

Parameters

  • textDescriptionData:

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

  • textDescriptionSize:

    Size of TextDescription data structure.

See Also

Working with Text Descriptions