#include <flaim.h>
Public Attributes | |
FLMUINT64 | ui64BytesToCopy |
Total bytes to copy. | |
FLMUINT64 | ui64BytesCopied |
Total bytes copied so far. | |
FLMBOOL | bNewSrcFile |
If TRUE, we are starting to copy a new file. szSrcFileName and szDestFileName will be set. | |
char | szSrcFileName [F_PATH_MAX_SIZE] |
Name of source file currently being copied. | |
char | szDestFileName [F_PATH_MAX_SIZE] |
Name of destination file being copied to. |
This structure is passed to the callback function when the eStatusType::FLM_DB_COPY_STATUS status is reported.