PathIsFileSpecA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

PathIsFileSpecA (SHLWAPI.@)

SYNOPSIS

BOOL PathIsFileSpecA
 (
  LPCSTR lpszPath
 )

DESCRIPTION

Determine if a path is a file specification.

PARAMS

lpszPath [In] Path to check.

RETURNS

TRUE If lpszPath is a file specification (i.e. Contains no directories). FALSE Otherwise.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/path.c".

Debug channel "shell".