table of contents
other versions
- wheezy 1.4.1-4
PathIsLFNFileSpecA(3w) | Wine API | PathIsLFNFileSpecA(3w) |
NAME¶
PathIsLFNFileSpecA (SHLWAPI.@)SYNOPSIS¶
BOOL PathIsLFNFileSpecA(
LPCSTR lpszPath
)
DESCRIPTION¶
Determine if the given path is a long file name.PARAMS¶
lpszPath [In] Path to check.RETURNS¶
TRUE If path is a long file name, FALSE If path is a valid MS-DOS(tm) short file nameIMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/path.c". Debug channel "shell".Oct 2012 | Wine API |