PathIsLFNFileSpec function
Determines whether a file name is in long format.
Syntax
BOOL PathIsLFNFileSpec( _In_ LPCTSTR pszName );
Parameters
- pszName [in]
-
Type: LPCTSTR
A pointer to a null-terminated string of maximum length MAX_PATH that contains the file name to be tested.
Return value
Type: BOOL
Returns TRUE if pszName exceeds the number of characters allowed by the 8.3 format, or FALSE otherwise.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
PathIsLFNFileSpecW (Unicode) and PathIsLFNFileSpecA (ANSI) |
See also