# SHGetImageList

```csharp
[DllImport("shell32.dll")]
public static extern int SHGetImageList(
   int iImageList,
   ref Guid riid,
   ref IntPtr ppv
);
```

Microsoft documentation: [Link](https://learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shgetimagelist)
