struct CCL::ISearchDescription

#include <isearcher.h>

struct ISearchDescription: public CCL::IUnknown
{
    // enums

    enum Options;

    // methods

    virtual UrlRef CCL_API getStartPoint () const = 0;
    virtual StringRef CCL_API getSearchTerms () const = 0;
    virtual tbool CCL_API matchesName (StringRef name) const = 0;
    virtual int CCL_API getPaginationOffset () const = 0;
    virtual int CCL_API getOptions () const = 0;
    virtual int CCL_API getSearchTokenCount () const = 0;
    virtual StringRef CCL_API getSearchToken (int index) const = 0;
    virtual StringRef CCL_API getTokenDelimiter () 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;