struct CCL::Win32::ITaskBar

Overview

#include <iwin32specifics.h>

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

    virtual IProgressNotify*CCL_API getProgressBar (IWindow* window) = 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

Methods

virtual IProgressNotify*CCL_API getProgressBar (IWindow* window) = 0

Get the associated progress interface (Windows 7 and later).