The information in this article applies to:
SUMMARY
In the Microsoft Windows environment, an interrupt service routine
(ISR) can communicate with an application. n ISR must be in a fixed
code segment in a dynamic-link library (DLL) to ensure that the code
is always in memory and available to service the interrupt. In Windows
3.1, an ISR that supports hardware should be in an installable device
driver to enable Windows to disable the hardware when it switches
between MS-DOS tasks.
MORE INFORMATIONThe following files are available for download from the Microsoft
Download Center. Click the file names below to download the files: http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. The Microsoft C Compiler and Microsoft Macro Assembler (MASM) are required to build the files in HANDLER. Additional query words: softlib HANDLER.EXE
Keywords : kbfile kbsample kb16bitonly kbWinOS310 kbWinOS300 |
Last Reviewed: December 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |