PDD_AudioInitialize

This function initializes the audio device for operation.

BOOL PDD_AudioInitialize(
  DWORD dwIndex 
);

Parameters

  • dwIndex
    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

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.