[setupapi/tests] Any reason why we do a GetProcAddress for the functions?
31 Jul
2007
31 Jul
'07
7:07 a.m.
Hi, Is there any reason we do a GetProcAddress for the setupapi functions used in the setupapi tests? It look like they are exported properly on win95 until Vista. Or is it just because the first patch for these tests did LoadLibrary/GetProcAddress so the rest followed? Although most of the tests do a GetProcAddress, the result is actually never checked (neither in the init phase nor before calling a function). (We also do a LoadLibrary where the library is already imported, so GetModuleHandle seems more appropriate anyway). Anyone? Cheers, Paul.
6799
Age (days ago)
6799
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Vriens