|
mmioRename
The mmioRename function renames the specified file.
MMRESULT mmioRename(
LPCSTR szFilename,
|
| LPCSTR szNewFilename,
|
| const LPMMIOINFO lpmmioinfo,
|
| DWORD dwRenameFlags
|
| );
|
|
Parameters
szFilename
Address of a string containing the filename of the file to rename.
szNewFileName
Address of a string containing the new filename.
lpmmioinfo
Address of an MMIOINFO structure containing extra parameters used by mmioRename. If this parameter is not NULL, all unused members of the MMIOINFO structure it references must be set to zero, including the reserved members.
dwRenameFlags
Flags for the rename operation. This parameter should be set to zero.
Return Values
Returns zero if the file was renamed. Otherwise, returns an error code
returned from mmioRename or from the I/O procedure.
See Also
MMIOINFO
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
|