#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.
20 if ( pGoodFileName != pBadFileName )
21 _tcscpy ( pGoodFileName, pBadFileName );
22 if ( (
p =
_tcsrchr ( pGoodFileName,
'\\' )) )
24 else if ( (
p =
_tcsrchr ( pGoodFileName,
'/' )) )
_TCHAR * _tcscpy(_TCHAR *to, const _TCHAR *from)
#define SHGFI_DISPLAYNAME
CHAR szDisplayName[MAX_PATH]
_TCHAR * _tcsrchr(const _TCHAR *s, _XINT c)
Referenced by EnumFilesInDirectory().