|  | Overview |  | 
|  | 
|  | Group |  | 
|  | 
|  | Quick Info 
 | Windows NT 
 | Yes 
 |  | Win95 
 | Yes 
 |  | Win32s 
 | No 
 |  | Import Library 
 | - 
 |  | Header File 
 | shellapi.h 
 |  | Unicode 
 | WinNT 
 |  | Platform Notes 
 | None 
 | 
 |  | 
 
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
SHFileOperation, 
SHFILEOPSTRUCT
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples