views:

50

answers:

2

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?

+1  A: 

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...

Dean Harding
Quite good. But I agree your last opinion. It's so sad T.T
Benjamin
+3  A: 

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.

ChrisW
Thanks a lot :)
Benjamin