Group: Windows Multimedia - Library: winmm
MMRESULT waveInPrepareHeader(
HWAVEIN hwi,
LPWAVEHDR pwh,
UINT cbwh
); DECLARE INTEGER waveInPrepareHeader IN winmm;
INTEGER hwi,;
INTEGER pwh,;
LONG cbwh
hwi Handle to the waveform-audio input device.
pwh Pointer to a WAVEHDR structure that identifies the buffer to be prepared.
cbwh Size, in bytes, of the WAVEHDR structure.
Returns MMSYSERR_NOERROR (0) if successful or an error otherwise.
Home