This directory (\ASMDLL) contains two programs:
ASMDLL.DLL is a skeleton DLL, written in MASM6.1. It has an exported
function "demofunc", that is called by the test program, ADLLTEST.EXE.
ADLLTEST.EXE demonstrates loading of a DLL library at execution-time.
void DEMOFUNC( hWnd )
where the passed handle is the handle of the calling program's window.
The function just calls MESSAGEBOX() and displays a message.
The library is loaded and unloaded with every keypress.
