PDD_AudioInitialize (Windows CE 5.0)
This function initializes the audio device for operation.
BOOL PDD_AudioInitialize(DWORD dwIndex);
Parameters
- dwIndex
Context parameter passed to the WAV_Init function. This allows the PDD layer to get device configuration information from the driver's registry entry.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
This function performs any one-time initialization tasks for the audio driver. This can include allocating memory for device registers and any DMA buffer pages.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Waveddsi.h.
See Also
Audio PDD Functions | WAV_Init
Send Feedback on this topic to the authors