Closes an installable driver.
LRESULT CloseDriver(HDRVR hdrvr, LONG lParam1, LONG lParam2);
Returns nonzero if successful or zero otherwise.
The function passes the lParam1 and lParam2 parameters to the DriverProc function of the installable driver.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in mmsystem.h.
Import Library: Use winmm.lib.