IXtfCopyFileCallback::OnEndFileCopy Method

Called when a file finishes copying between two locations on a development console.

Syntax

public:
HRESULT OnEndFileCopy(
         LPCWSTR pszRootDirectory,
         LPCWSTR pszSearchPattern,
         LPCXTFFILEINFO pSrcFileInfo,
         LPCWSTR pszDstFileName,
         HRESULT hrErrorCode
)  

Parameters

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.

hrErrorCode
Type: HRESULT 

HRESULT success or error code.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtffileio.h.

Library: Use xtffileio.lib.

See also

Reference

IXtfCopyFileCallback Interface

IXtfCopyFileCallback Members

XtfFileIO