PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Implement this interface to receive progress notifications from DiscArchive. More...
#include <PrimoBurnerAPI.h>
Inherits Reference.
Public Member Functions | |
virtual bool_t | onRequestRename (const char_t *originalLayoutPath, const char_t *newLayoutPath) |
Called by DiscArchive to ask the client code if a file can be renamed to a specific name within the layout. More... | |
virtual void | onSourceFileErrorWithPath (const char_t *sourcePath, const char_t *layoutPath, const ErrorInfo *error) |
Called when a specific file could not be accessed or read while executing DiscArchive::prepareArchive(). More... | |
int32_t | release () const |
Simple implementation of primo::Reference::release. More... | |
int32_t | retain () const |
Simple implementation of primo::Reference::retain. More... | |
int32_t | retainCount () const |
Simple implementation of primo::Reference::retainCount. More... | |
Implement this interface to receive progress notifications from DiscArchive.
|
virtual |
Called by DiscArchive to ask the client code if a file can be renamed to a specific name within the layout.
originalLayoutPath | [in] Null-terminated string of the original path to the item for which a new name is generated. |
newLayoutPath | [in] Null-terminated string of the renamed item. |
|
virtual |
Called when a specific file could not be accessed or read while executing DiscArchive::prepareArchive().
sourcePath | [in] The Actual full path of the file on the hard drive/network location/ etc, for which the error was raised. |
layoutPath | [in] The path of the item within the layout, for which the error was raised. This value may be used in the DataFile::find() method to access the actual DataFile item. |
error | [in] The description of the error that triggered the file error. |
|
virtual |
Simple implementation of primo::Reference::release.
Implements Reference.
|
virtual |
Simple implementation of primo::Reference::retain.
Implements Reference.
|
virtual |
Simple implementation of primo::Reference::retainCount.
Implements Reference.