Windows.h?
-
I can read the prototypes for windows.h in the include folder (I have installed dev c++) but i want a list of explained functions. I don't know for what to use each of them. Thank you!
modified on Wednesday, June 3, 2009 4:29 AM
but i want a list of explained functions.
what do you mean by this???
-
I can read the prototypes for windows.h in the include folder (I have installed dev c++) but i want a list of explained functions. I don't know for what to use each of them. Thank you!
modified on Wednesday, June 3, 2009 4:29 AM
Well, usually you don't need to read the explanations of all
Win32 API
functions in order to be a developer. Anyway (you know) you may find help for each and every function online, for instance searching forEncodePointer
(the first function I found inwinbase.h
) gives [^] :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
I can read the prototypes for windows.h in the include folder (I have installed dev c++) but i want a list of explained functions. I don't know for what to use each of them. Thank you!
modified on Wednesday, June 3, 2009 4:29 AM
Look on MSDN - the best way is to Google for
_function-name_ site:msdn.microsoft.com
. For example - what doesCreateFile
do? Just Google forCreateFile site:msdn.microsoft.com
. Anyway - as I said to you yesterday[^], you're going about this backwards. Start with the MSDN documentation (which tells you all about the function definitions) and then find the function prototype in the header files (although why even do that except when compiling code?!)Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p