Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi... The function _SHELL_CallDll is used in VxD to call a 16-bit DLL function. Can we use this function to call a 32-bit DLL? Thanks!
Nope, a VxD can only call a Win16 DLL. On my last project at my last job, we were adding a GUI interface to control a VxD, and according to our 2 VxD experts, the GUI had to be entirely Win16 code.