Let's say there's an undocumented Winapi function you'd like to use, like IUnknown_QueryServicePropertyBag
. I was wondering how you go about using it. It seems like declaring it isn't a big deal, if you have the function signature. But then what about linking it? How is that done? Thanks for any advice.
Asked
Active
Viewed 46 times
0
-
https://stackoverflow.com/questions/3598108/how-can-i-call-a-exported-function-using-ordinal-number – Hans Passant Jun 18 '20 at 13:15
-
link with *OneCore.Lib* – RbMm Jun 18 '20 at 17:16