PathRenameExtensionA (SHLWAPI.@)
BOOL PathRenameExtensionA ( LPSTR lpszPath, LPCSTR lpszExt )
Swap the file extension in a path with another extension.
lpszPath | [In/Out] | Path to swap the extension in. |
lpszExt | [In] | The new extension. |
TRUE if lpszPath was modified, FALSE if lpszPath or lpszExt is NULL, or the new path is too long
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.