Called when a file starts copying between two locations on a development console.
public:
HRESULT OnStartFileCopy(
LPCWSTR pszRootDirectory,
LPCWSTR pszSearchPattern,
LPCXTFFILEINFO pSrcFileInfo,
LPCWSTR pszDstFileName
)
pszRootDirectory
Type: LPCWSTR
Pointer to the root directory path for the copy.
pszSearchPattern
Type: LPCWSTR
Pointer to the search pattern that defines the filenames of the source files to copy.
pSrcFileInfo
Type: LPCXTFFILEINFO
Pointer to an XTFFILEINFO structure that contains information about the file copied.
pszDstFileName
Type: LPCWSTR
Pointer to the filename of the target file copied to.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtffileio.h.
Library: Use xtffileio.lib.