Page 1 of 1

Dll docs

Posted: Wed Aug 22, 2007 2:13 am
by michaeled314
Anyone know where I could find docs for all the dll's in system32 folder.

Posted: Wed Aug 22, 2007 2:26 am
by netmaestro
Download the Platform SDK and install it. Then, you can surf through the dlls and run such code, kernel32.dll is used for example:

Code: Select all

OpenLibrary(0, "kernel32.dll")
ExamineLibraryFunctions(0)
While NextLibraryFunction()
  Debug LibraryFunctionName()
Wend
Any function listed that looks interesting to you can be looked up in the Platform SDK and full documentation on what it's for and how it's used is given. You should be a little while getting through all of them :wink:

Posted: Wed Aug 22, 2007 4:08 pm
by michaeled314
How exactly do you view Hxi files

Posted: Wed Aug 22, 2007 4:13 pm
by ts-soft
With MS-Document Explorer, include in PSDK, MSDN and some others or H2Viewer ( http://www.helpware.net/mshelp2/h2viewer.htm )