IShellLink::GetIconLocation method
Gets the location (path and index) of the icon for a Shell link object.
Syntax
HRESULT GetIconLocation( LPTSTR pszIconPath, int cchIconPath, int *piIcon );
Parameters
- pszIconPath
-
Type: LPTSTR
The address of a buffer that receives the path of the file containing the icon.
- cchIconPath
-
Type: int
The maximum number of characters to copy to the buffer pointed to by the pszIconPath parameter.
- piIcon
-
Type: int*
The address of a value that receives the index of the icon.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show: