struct CCL::ITranslationTableHook

Overview

String translation table hook. More…

#include <itranslationtable.h>

struct ITranslationTableHook: public CCL::IUnknown
{
    // methods

    virtual void CCL_API translationAdded (
        StringID scope,
        StringID key,
        StringRef text
    ) = 0;
};

Inherited Members

public:
    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;

Detailed Documentation

String translation table hook.

Methods

virtual void CCL_API translationAdded (
    StringID scope,
    StringID key,
    StringRef text
) = 0

Translation has been added to table.