struct CCL::IStorageRegistry

Overview

Registry of storage handlers. More…

#include <istorage.h>

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

    virtual void CCL_API registerHandler (IStorageHandler* handler) = 0;
    virtual void CCL_API unregisterHandler (IStorageHandler* handler) = 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

Registry of storage handlers.

<>

Methods

virtual void CCL_API registerHandler (IStorageHandler* handler) = 0

Register handler for load/save operations.

virtual void CCL_API unregisterHandler (IStorageHandler* handler) = 0

Unregister handler from load/save operations.