SHNAMEMAPPING Structure

Type SHNAMEMAPPING
	pszOldPath As String
	pszNewPath As String
	cchOldPath As Long
	cchNewPath As Long
End Type

Description & Usage

The SHNAMEMAPPING structure identifies which files were renamed automatically as a result of a file operation. Files will automatically be renamed if a naming collision occurs during a copy, move, or rename operation performed by the SHFileOperation function.

Visual Basic-Specific Issues

None.

Data Members

pszOldPath
The old path of the file.
pszNewPath
The new path of the file.
cchOldPath
The number of characters in pszOldPath.
cchNewPath
The number of characters in pszNewPath.

Used By

SHFILEOPSTRUCT, SHFreeNameMappings

Back to the Structure list.
Back to the Reference section.


Last Modified: April 16, 2000
This page is copyright © 2000 Paul Kuliniewicz. Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/s/shnamemapping.html