Desktop Functions: Smart Device Functions:
|
Search Results for "SHGetImageList" in [All]shell32
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 |