次の方法で共有


WAV_Init (Windows Embedded CE 6.0)

1/6/2010

This function initializes the WAV I/O device.

Syntax

PVOID WAV_Init(
  DWORD dwInfo 
);

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 Value

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

Header wavemdd.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Waveform Audio Driver Functions
WAV_Open
WAV_Deinit

Concepts

Audio Device Instances