Windows
Programming Notes
Consider
this my study notes
[UNDER CONSTRUCTION!]
DLL: Dynamic Link Library- Code with a .DLL extention.
Contains reusable code that is not loaded until needed.
It is not part of the
code that is included in the compiled program.
API:
I/O
.ini
files
MSCOM.DLL Friend or foe?
Callback Function:
This is a function that the first call
initializes its parameters.
Subsequent Calls provide different
services depending on the input Parameters.
My Compiler of Choice
for learning about Windows programming: PowerBasic
Classic