The information in this article applies to:
SUMMARYWhen Microsoft Multimedia Windows is run, certain drivers, such as MMSOUND.DRV and MMSYSTEM.DLL, are loaded immediately. An application can use this information to determine whether Multimedia Windows is running, as follows:
GetModuleHandle() attempts to retrieve the "module instance" handle to the
MMSYSTEM dynamic-link library (DLL). The return value is zero if MMSYSTEM
has not been loaded and greater than zero if MMSYSTEM is loaded. Therefore,
when hModule is zero, Multimedia Windows is not running; otherwise,
Multimedia Windows is running.
Additional query words: 3.00
Keywords : kb16bitonly |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |