PathParseIconLocationA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shlwapi/path.c".

Debug channel "shell".