Home
last modified time | relevance | path

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

/aoo4110/main/sal/systools/win32/uwinapi/
H A DGetLongPathName.cpp35 if ( !lpLongPath )
40 _tcscpy( lpLongPath, lpShortPath );
41 dwResult = _tcslen( lpLongPath );
85 dwResult = GetLongPathName( lpParentPath, lpLongPath, cchBuffer );
88 _tcscpy( lpLongPath, lpParentPath );
92 _tcscpy( lpLongPath, lpShortPath );
93 dwResult = _tcslen( lpLongPath );
98 _tcscat( lpLongPath, TEXT("\\") );
99 _tcscat( lpLongPath, aFindFileData.cFileName );
100 dwResult = _tcslen( lpLongPath );
H A DGetLongPathNameW.cpp27 EXTERN_C DWORD WINAPI GetLongPathNameW_NT( LPCWSTR lpShortPath, LPWSTR lpLongPath, DWORD cchBuffer ) in GetLongPathNameW_NT() argument
33 AUTO_STR( lpLongPath, cchBuffer ); in GetLongPathNameW_NT()
38 STR2WSTR( lpLongPath, cchBuffer ); in GetLongPathNameW_NT()
H A DGetLongPathNameA.cpp26 …INDOWS, DWORD, WINAPI, GetLongPathNameA, ( LPCTSTR lpShortPath, LPTSTR lpLongPath, DWORD cchBuffer…

Completed in 22 milliseconds