SHGetImageList

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

Microsoft documentation: Link

Last updated