이름 | 설명 |
---|---|
IconListManager | |
IconReader | Provides static methods to read system icons for both folders and files. |
Shell32 | Wraps necessary Shell32.dll structures and functions required to retrieve Icon Handles using SHGetFileInfo. Code courtesy of MSDN Cold Rooster Consulting case study. |
Shell32.BROWSEINFO | |
Shell32.ITEMIDLIST | |
Shell32.SHFILEINFO | |
Shell32.SHITEMID | |
User32 | Wraps necessary functions imported from User32.dll. Code courtesy of MSDN Cold Rooster Consulting example. |