Displaying 2 results from an estimated 2 matches for "mci_stop".
2009 Mar 17
0
Re: Games freeze with CD music
.../technet.microsoft.com/es-es/library/cc766308.aspx. To summarize the relevant parts:
> Fix Name
>
> IgnoreMCISTOP
> Symptom:
>
> The cursor freezes momentarily during background music changes.
> Fix Description:
>
> Modifies the mciSendCommand function to ignore the MCI_STOP command, issued in response to the MC_CLOSE command. On Windows 95 and Windows 98, the MCI_STOP command has a relatively fast response time, but on Windows 2000 and Windows XP Professional, it can take several seconds.
A quick tour around the git repository shows that MCI_SendCommand is implemen...
2009 Apr 24
0
Wine release 1.1.20
...into a TRACE.
amstream: Initialize the stream in OpenFile if not done before.
amstream/tests: Beginning of tests.
amstream/tests: Fix crosstest build.
mciqtz32: Use opened state to avoid device to be closed several times.
mciqtz32: Fix some traces.
mciqtz32: Hook MCI_STOP.
mciqtz32: Show messages in hex as they are defines in headers.
amstream/tests: Improve render file test. Move OpenFile specific test into a separate test function.
winedump: When generating preamble, use 4 spaces instead of tabs. Remove extra break.
xmllite: Add stubbed dll...