Home
last modified time | relevance | path

Searched refs:PathFindFileNameX (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/atl/
H A Datlpath.h26 inline LPCSTR PathFindFileNameX(LPCSTR pszPath) const { return PathFindFileNameA(pszPath); } in PathFindFileNameX() function
27 inline LPCWSTR PathFindFileNameX(LPCWSTR pszPath) const { return PathFindFileNameW(pszPath); } in PathFindFileNameX() function
207 PCXSTR filename = PathFindFileNameX(m_strPath); in FindFileName()