Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SHGetImageList" in [All]

shell32

.
Summary
SHGetImageList retrieves COM IImageList Interface which contains Image List.
.

private extern static int SHGetImageList(int iImageList, ref Guid riid, ref IImageList ppv);

.

Declare Function SHGetImageList Lib "shell32.dll" (ByVal iImageList As Long, ByRef riid As Long, ByRef ppv As Any) As Long

.

Declare Function SHGetImageListXP Lib "shell32.dll" Alias "#727" (ByVal iImageList As Long, ByRef riid As Long, ByRef ppv As Any) As Long

.

SHGetImageList is not exported correctly in XP. See http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q316931

.
Documentation
[SHGetImageList] on MSDN

 
Access PInvoke.net directly from VS: