Contents

TECPluginGetCountSubTextEncodingsPtr

Defines a pointer to a function that obtainsthe text encoding specifications for the subencodings the encodingscheme supports.

Declaration

typedef OSStatus (*TECPluginGetCountSubTextEncodingsPtr)(TextEncoding inputEncoding, TextEncoding subEncodings[], ItemCount maxSubEncodings, ItemCount *actualSubEncodings);

Parameters

  • inputEncoding:

    A text encoding specification.

  • subEncodings:

    On return, the array contains the specifications for the subencodings of the inputEncoding parameter.

  • maxSubEncodings:

    The number of text encoding specifications the subEncodings array can contain.

  • actualSubEncodings:

    On return, a pointer to number of subencodings in the subEncodings array.

Return Value

A resultcode. See Result Codes.

See Also

Callbacks