This topic has not yet been rated - Rate this topic

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

Shlwapi.h

Library

Shlwapi.lib

DLL

Shlwapi.dll (version 5.0 or later)

Unicode and ANSI names

PathIsLFNFileSpecW (Unicode) and PathIsLFNFileSpecA (ANSI)

See also

PathIsFileSpec

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.