Dll docs
-
michaeled314
- Enthusiast

- Posts: 340
- Joined: Tue Apr 24, 2007 11:14 pm
Dll docs
Anyone know where I could find docs for all the dll's in system32 folder.
- netmaestro
- PureBasic Bullfrog

- Posts: 8452
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Download the Platform SDK and install it. Then, you can surf through the dlls and run such code, kernel32.dll is used for example:
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 
Code: Select all
OpenLibrary(0, "kernel32.dll")
ExamineLibraryFunctions(0)
While NextLibraryFunction()
Debug LibraryFunctionName()
Wend
BERESHEIT
-
michaeled314
- Enthusiast

- Posts: 340
- Joined: Tue Apr 24, 2007 11:14 pm
With MS-Document Explorer, include in PSDK, MSDN and some others or H2Viewer ( http://www.helpware.net/mshelp2/h2viewer.htm )
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

