Contents

TECPluginGetCountAvailableTextEncodingsPtr

Defines a pointer to a function that obtainsthe available text encodings.

Declaration

typedef OSStatus (*TECPluginGetCountAvailableTextEncodingsPtr)(TextEncoding *availableEncodings, ItemCount maxAvailableEncodings, ItemCount *actualAvailableEncodings);

Parameters

  • availableEncodings:

    On return, a pointer to the currently available text encoding specifications.

  • maxAvailableEncodings:

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

  • actualAvailableEncodings:

    On the return, the number of text encoding specifications the availableEncodings array actually contains.

Return Value

A resultcode. See Result Codes.

See Also

Callbacks