PathFindExtensionA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

PathFindExtensionA (SHLWAPI.@)

SYNOPSIS

LPSTR PathFindExtensionA
 (
  LPCSTR lpszPath
 )

DESCRIPTION

Locate the start of the file extension in a path.

PARAMS

lpszPath [In] The path to search.

RETURNS

A pointer to the first character of the extension, the end of the string if the path has no extension, or NULL If lpszPath is NULL

IMPLEMENTATION

Defined in "shlwapi.h".

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

Debug channel "shell".