C# Class APG.CodeHelper.IconHelper.Shell32

Wraps necessary Shell32.dll structures and functions required to retrieve Icon Handles using SHGetFileInfo. Code courtesy of MSDN Cold Rooster Consulting case study.
Show file Open project: UGTU/UGTUKadrProject

Private Methods

Method Description
SHGetFileInfo ( string pszPath, uint dwFileAttributes, SHFILEINFO &psfi, uint cbFileInfo, uint uFlags ) : IntPtr