Share via


WAV_Init (Windows CE 5.0)

Send Feedback

This function initializes the WAV I/O device.

PVOID WAV_Init(DWORDdwInfo);

Parameters

  • dwInfo
    Specifies information passed to the ActivateDeviceEx function. This parameter is used as the pContext value that is passed to XXX_Init (Device Manager).

Return Values

Returns a device instance which is passed to the WAV_Open and WAV_Deinit functions. NULL indicates failure.

Drivers that support multiple devices should associate unique device instance values with each installed device.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Wavemdd.h.

See Also

Audio Device Instances | WAV_Open | WAV_Deinit | Waveform Audio Driver Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.