struct CCL::IHelpTutorial

Overview

#include <ihelpmanager.h>

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

    virtual StringRef CCL_API getID () const = 0;
    virtual StringRef CCL_API getTitle () const = 0;
    virtual StringRef CCL_API getCategory () const = 0;
    DECLARE_STRINGID_MEMBER (kGlobal);
};

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

Methods

virtual StringRef CCL_API getID () const = 0

Get tutorial identifier.

virtual StringRef CCL_API getTitle () const = 0

Get tutorial title.

virtual StringRef CCL_API getCategory () const = 0

Get tutorial category.