struct CCL::INavigationHistoryEntry

Overview

Entry in navigation history. More…

#include <inavigator.h>

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

    virtual UrlRef CCL_API getUrl () const = 0;
    virtual StringRef CCL_API getTitle () const = 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

Entry in navigation history.

Methods

virtual UrlRef CCL_API getUrl () const = 0

Get URL.

virtual StringRef CCL_API getTitle () const = 0

Get title.