Contents

TECPluginGetCountWebEncodingsPtr

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

Declaration

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

Parameters

  • availableEncodings:

    On return, points to the currently supported text encodings available for the web.

  • maxAvailableEncodings:

    The number of text encodings specifications that availableEncodings can specify.

  • actualAvailableEncodings:

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

Return Value

A resultcode. See Result Codes.

See Also

Callbacks