Sometimes, I want to find a function by guessing a function name.
I can't this at MSDN.
Is there a good web page or a document?
Sometimes, I want to find a function by guessing a function name.
I can't this at MSDN.
Is there a good web page or a document?
About the closest I can think of is pinvoke.net, which is written from a C#/PInvoke perspective, but lists all the function exports from a number of Windows DLLs.
The main problem is that the list is enormous. I would say google is actually the best option...