SHNAMEMAPPING
Contains the
old and new path names for each file that was moved, copied, or renamed by the SHFileOperation
function.
typedef struct _SHNAMEMAPPING { // shnm
LPSTR
pszOldPath; // address of old path name
LPSTR
pszNewPath; // pointer to new path name
int cchOldPath; // number of characters in old
path name
int cchNewPath; // number of characters in new
path name
} SHNAMEMAPPING, FAR *LPSHNAMEMAPPING;
See Also