Overview
Group
Quick Info

MMIOM_RENAME

The MMIOM_RENAME message is sent to an I/O procedure by the mmioRename function to request that the specified file be renamed.

MMIOM_RENAME

lParam1 = (LPARAM) lpszOldFilename

lParam2 = (LPARAM) lpszNewFilename

Parameters

lpszOldFilename

Address of a string containing the filename of the file to rename.

lpszNewFilename

Address of a string containing the new filename.

Return Values

If the file is renamed successfully, the return value is zero. If the specified file was not found, the return value is MMIOERR_FILENOTFOUND.

See Also

mmioRename

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples