|
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
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|