struct CCL::ICommandFilter

Overview

#include <icommandhandler.h>

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

    virtual tbool CCL_API isCommandAllowed (const CommandMsg& msg) = 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 tbool CCL_API isCommandAllowed (const CommandMsg& msg) = 0

Check if command execution is allowed.