struct CCL::IFolderPackage

Overview

Additional interface for folder packages. More…

#include <ipackagefile.h>

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

    virtual void CCL_API setRepresentedFileType (const FileType& fileType) = 0;
    virtual const FileType&CCL_API getRepresentedFileType () 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;

Detailed Documentation

Additional interface for folder packages.

Methods

virtual void CCL_API setRepresentedFileType (const FileType& fileType) = 0

Set file type this folder represents (optional).

virtual const FileType&CCL_API getRepresentedFileType () const = 0

Get represented file type, can be empty.