Contents Index Topic Contents | ||
Previous Topic: SHITEMID Next Topic: SHQUERYRBINFO |
SHNAMEMAPPING
typedef struct _SHNAMEMAPPING { LPSTR pszOldPath; LPSTR pszNewPath; int cchOldPath; int cchNewPath; } SHNAMEMAPPING, FAR *LPSHNAMEMAPPING;Contains the old and new path names for each file that was moved, copied, or renamed by the SHFileOperation function.
- pszOldPath
- Address of a character buffer that contains the old path name.
- pszNewPath
- Address of a character buffer that contains the new path name.
- cchOldPath
- Number of characters in pszOldPath.
- cchNewPath
- Number of characters in pszNewPath.
See also SHFILEOPSTRUCT
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.