SHGetFileInfo

Newbie Member
23Feb2010,11:53   #1
maruf10's Avatar
Hello all ...
I want to use SHGetFileInfo() in masm32 for checking an .exe file attribute such as its icon type ... Is there any specific example ??
Thanks in advance
Go4Expert Founder
23Feb2010,12:07   #2
shabbir's Avatar
I have deleted your other thread and please do not post the same thing over and over again
Mentor
24Feb2010,13:22   #3
xpi0t0s's Avatar
http://lmgtfy.com/?q=SHGetFileInfo

The *top hit* returned the MSDN documentation and an example (not in masm32 but if you already know how to call functions in masm32 then you'll be able to adapt the example). Hence not using the more subtle "lmgtfy".

However this appears to answer your question already:
http://www.masm32.com/board/index.ph...opic=13452.new
Did you have some problem with BlackVortex's answer?
Did you consider asking BlackVortex about your problem?