The information in this article applies to:
SYMPTOMSWhen you call waveInMessage or waveOutMessage, you may receive an error code MMSYSERR_INVALPARAM, as defined in mmsystem.h. CAUSE
Mmsystem performs range checking on the uMsg parameter passed to
waveInMessage or waveOutMessage. If uMsg is not within the valid range for
an IOCTL or MAPPER message, the function will fail.
RESOLUTIONWhen you call waveInMessage or waveOutMessage, make sure that the uMsg parameter is a valid IOCTL or MAPPER message. STATUSThis behavior is by design. REFERENCES
Win32 Software Development Kit for Windows 95 and Windows NT:
waveInMessage; waveOutMessage
Additional query words:
Keywords : MMWave |
Last Reviewed: January 13, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |