Contents

TECPluginGetTextEncodingFromInternetNamePtr

Defines a pointer to a function that obtainsthe text encoding for an Internet text encoding name.

Declaration

typedef OSStatus (*TECPluginGetTextEncodingFromInternetNamePtr)(TextEncoding *textEncoding, ConstStr255Param encodingName);

Parameters

  • textEncoding:

    On return, a pointer to a structure that contains a text encoding specification for the text encoding name specified by the encodingName parameter.

  • encodingName:

    An Internet encoding name, in 7-bit US ASCII.

Return Value

A resultcode. See Result Codes.

See Also

Callbacks