Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when a folder or subfolder is renamed.
Syntax
HRESULT FolderRenamed( LPCWSTR pszPath, LPCWSTR pszOldPath );
Parameters
- pszPath
[in] String that specifies the new path to the folder that was renamed.- pszOldPath
[in] String that specifies the previous path to the folder.
Return Value
Returns S_OK if successful, or E_NOTIMPL.