GetProcAddress by ordinal from SHLWAPI

  • Thread starter Thread starter Egbert Nierop \(MVP for IIS\)
  • Start date Start date
E

Egbert Nierop \(MVP for IIS\)

Is it safe to assume that SHLWAPI exports are at the same ordinal?
I checked this at XP, 2000 and 2003, and they had all the same ordinal.

Thanks
 
Hi Egbert!
Is it safe to assume that SHLWAPI exports are at the same ordinal?
I checked this at XP, 2000 and 2003, and they had all the same ordinal.

In general it is not safe, if it is not explicit documented...

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
Jochen Kalmbach said:
Hi Egbert!

In general it is not safe, if it is not explicit documented...

Thanks. It seemed to be that even on Windows 2003 builds, there are
different ordinals for mentioned library. My assumption led to a crash :<
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top