Is there a page or document which ALL Windows APIs sorted alphabet order?
Sometimes, I want to find a function by guessing a function name.
I can't this at MSDN.
Is there a go开发者_如何转开发od web page or a document?
If you download the Windows SDK, then you get the "Windows SDK Documentation" as a local/compiled help file: in which the "Index" is sorted alphabetically.
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...
精彩评论