PathFindExtensionA(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/path.c".
- Debug channel "shell".