#include <string.h>
#include <tchar.h>
#include <shellapi.h>
Go to the source code of this file.
◆ FixLFN()
Definition at line 12 of file FixLFN.h.
13{
16
18 if ( dwResult )
19 {
20 if ( pGoodFileName != pBadFileName )
21 _tcscpy ( pGoodFileName, pBadFileName );
22 if ( (
p =
_tcsrchr ( pGoodFileName,
'\\' )) )
24 else if ( (
p =
_tcsrchr ( pGoodFileName,
'/' )) )
26 else
28 }
29 return dwResult;
30}
#define SHGFI_DISPLAYNAME
CHAR szDisplayName[MAX_PATH]
Referenced by EnumFilesInDirectory().