Article ID: 87537 - Last Review: November 5, 1999 - Revision: 1.0

PRB: midiInOpen Fails in MIDIMON Sample Application

This article was previously published under Q87537
Expand all | Collapse all

SYMPTOMS

In the MIDIMON sample application provided with version 3.1 of the Microsoft Windows Software Development Kit (SDK), the call to the midiInOpen() function fails and returns error code 11.

CAUSE

The midiInputHandler() function and its associated data are in movable, discardable segments.

RESOLUTION

Modify the CODE and DATA segments in the CALLBACK.DEF module definition file to read as follows:
   CODE FIXED PRELOAD
   DATA FIXED SINGLE PRELOAD
				

APPLIES TO
  • Microsoft Windows Software Development Kit 3.1
Keywords: 
KB87537
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
 

Article Translations