struct CCL::IAsyncCall

#include <iasyncoperation.h>

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

    virtual IAsyncOperation*CCL_API call () = 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;