Contents

TECPluginGetCountMailEncodingsPtr

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

Declaration

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

Parameters

  • availableEncodings:

    On return, a pointer to the text encodings available for email.

  • maxAvailableEncodings:

    The maximum number of text encodings that can be specified by the availableEncodings parameter.

  • actualAvailableEncodings:

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

Return Value

A resultcode. See Result Codes.

See Also

Callbacks