PathParseIconLocationA(3w)
NAME
PathParseIconLocationA (SHLWAPI.@)
SYNOPSIS
int PathParseIconLocationA
(
LPSTR lpszPath
)
DESCRIPTION
Parse the location of an icon from a path.
PARAMS
lpszPath [In/Out] The path to parse the icon location from.
RETURNS
Success: The number of the icon
Failure: 0 if the path does not contain an icon location or is NULL.
NOTES
The path has surrounding quotes and spaces removed regardless of
whether the call succeeds or not.
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".