NAME

PathRenameExtensionA  (SHLWAPI.@)

SYNOPSIS

 BOOL PathRenameExtensionA
 (
  LPSTR  lpszPath,
  LPCSTR lpszExt
 )

DESCRIPTION

Swap the file extension in a path with another extension.

PARAMS

lpszPath [In/Out] Path to swap the extension in.
lpszExt [In] The new extension.

RETURNS

TRUE if lpszPath was modified, FALSE if lpszPath or lpszExt is NULL, or the new path is too long

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c

Debug channel "shell".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.