次の方法で共有


WAV_Write (Windows Embedded CE 6.0)

1/6/2010

This function is the write routine for the WAV I/O device.

Syntax

DWORD WAV_Write(
  DWORD dwOpenData,
  LPCVOID pBuf,
  DWORD len 
);

Parameters

  • dwOpenData
    The function is free to use or ignore this parameter.
  • pBuf
    The function is free to use or ignore this parameter.
  • len
    The function is free to use or ignore this parameter.

Return Value

The Wave API Manager never calls the WAV_Write function, so this routine may be empty and have an arbitrary return value. WAV_Write is a required stream interface driver function, but the function WAV_IOControl handles all data communication. The audio MDD implementation always returns 0.

Requirements

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

See Also

Reference

Waveform Audio Driver Functions
WAV_IOControl