Contents

TECPluginGetCountAvailableSniffersPtr

Defines a pointer to a function that counts andreturns the number of sniffers available in all installed plug-ins.

Declaration

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

Parameters

  • availableEncodings:

    On return, a pointer to the currently available sniffer 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