PathParseIconLocationA (SHLWAPI.@)
int PathParseIconLocationA ( LPSTR lpszPath )
Parse the location of an icon from a path.
lpszPath | [In/Out] | The path to parse the icon location from. |
Success: The number of the icon
Failure: 0 if the path does not contain an icon location or is NULL.
The path has surrounding quotes and spaces removed regardless of whether the call succeeds or not.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.