Displaying 1 result from an estimated 1 matches for "mcisendcommand".
Did you mean:
mcisendcommanda
2009 Mar 17
0
Re: Games freeze with CD music
...TechNet article on the subject: http://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...