 |
waveInUnprepareHeader ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The waveInUnprepareHeader function cleans up the preparation performed by the waveInPrepareHeader function. This function must be called after the device driver fills a buffer and returns it to the application. You must call this function before freeing the buffer. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
MMRESULT waveInUnprepareHeader(
HWAVEIN hwi,
LPWAVEHDR pwh,
UINT cbwh
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER waveInUnprepareHeader IN winmm;
INTEGER hwi,;
INTEGER pwh,;
LONG cbwh
|
 |
 |
 |
| Parameters: |
 |
hwi
Handle to the waveform-audio input device.
pwh
Pointer to a WAVEHDR structure identifying the buffer to be cleaned up.
cbwh
Size, in bytes, of the WAVEHDR structure.
|
 |
 |
| Return value: |
 |
| Returns MMSYSERR_NOERROR (0) if successful or an error otherwise. |
 |
 |
| Word Index links for the waveInUnprepareHeader : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-09-16 14:49:29 | | Modified: | 2003-09-16 14:50:46 | Visited in last 7 days: 11 |