// get process icon SHFILEINFO *psfi = new SHFILEINFO; SHGetFileInfo("C:\\Test.exe", 0, psfi, sizeof SHFILEINFO, SHGFI_ICON | SHGFI_LARGEICON); ::DrawIconEx(pDC->m_hDC, 0, 0, psfi->hIcon, 32, 32, 0, NULL, DI_IMAGE | DI_MASK);
Icon
Shell
Retrieved from http://hyacinth.byus.net/moniwiki/wiki.php/C++/(Shell)프로세스 아이콘 가져오기
last modified 2012-04-06 12:37:51