struct CCL::IBoxedUID

#include <boxedtypes.h>

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

    virtual void CCL_API assign (UIDRef uid) = 0;
    virtual void CCL_API copyTo (UIDBytes& uid) 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;