Module-Definition Files

To build a device-driver DLL, you must have a module-definition (.DEF) file. From this file, you export entry-point functions. Note that the DriverProc entry point must be exported for all drivers. If you are writing a waveform, MIDI, mixer, or auxiliary driver, you must export additional entry-point functions, as specified in the following list: