2008/09/25
파일 확장자로 System Icon 가져오는 코드
#define NO_WIN32_LEAN_AND_MEAN
SHFILEINFO sfi;
DWORD ret = SHGetFileInfo(".DOC", 0, &sfi, sizeof(SHFILEINFO),
SHGFI_USEFILEATTRIBUTES | SHGFI_ICON | SHGFI_SMALLICON );
Original Post : http://neodreamer-dev.tistory.com/172
Labels:
C++
,
TistoryOldPost
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment