ReactOS 0.4.15-dev-7953-g1f49173
WINE_MCIWAVE Struct Reference
Collaboration diagram for WINE_MCIWAVE:

Public Attributes

UINT wDevID
 
HANDLE hWave
 
int nUseCount
 
HMMIO hFile
 
MCIDEVICEID wNotifyDeviceID
 
HANDLE hCallback
 
LPWSTR lpFileName
 
WAVEFORMATEX wfxRef
 
LPWAVEFORMATEX lpWaveFormat
 
BOOL fInput
 
WORD wInput
 
WORD wOutput
 
volatile WORD dwStatus
 
DWORD dwMciTimeFormat
 
DWORD dwPosition
 
HANDLE hEvent
 
LONG dwEventCount
 
MMCKINFO ckMainRIFF
 
MMCKINFO ckWaveData
 

Detailed Description

Definition at line 38 of file mciwave.c.

Member Data Documentation

◆ ckMainRIFF

MMCKINFO WINE_MCIWAVE::ckMainRIFF

Definition at line 56 of file mciwave.c.

Referenced by WAVE_mciCreateRIFFSkeleton(), WAVE_mciOpenFile(), and WAVE_mciSave().

◆ ckWaveData

◆ dwEventCount

◆ dwMciTimeFormat

DWORD WINE_MCIWAVE::dwMciTimeFormat

◆ dwPosition

DWORD WINE_MCIWAVE::dwPosition

◆ dwStatus

◆ fInput

BOOL WINE_MCIWAVE::fInput

Definition at line 48 of file mciwave.c.

Referenced by WAVE_mciOpen(), WAVE_mciPlay(), WAVE_mciRecord(), WAVE_mciResume(), and WAVE_mciStop().

◆ hCallback

HANDLE WINE_MCIWAVE::hCallback

Definition at line 44 of file mciwave.c.

Referenced by WAVE_mciNotify(), WAVE_mciOpen(), WAVE_mciPlay(), WAVE_mciRecord(), and WAVE_mciStop().

◆ hEvent

◆ hFile

◆ hWave

◆ lpFileName

LPWSTR WINE_MCIWAVE::lpFileName

◆ lpWaveFormat

◆ nUseCount

int WINE_MCIWAVE::nUseCount

Definition at line 41 of file mciwave.c.

Referenced by WAVE_mciClose(), WAVE_mciGetOpenDev(), and WAVE_mciOpen().

◆ wDevID

UINT WINE_MCIWAVE::wDevID

Definition at line 39 of file mciwave.c.

Referenced by WAVE_drvOpen().

◆ wfxRef

WAVEFORMATEX WINE_MCIWAVE::wfxRef

◆ wInput

WORD WINE_MCIWAVE::wInput

Definition at line 49 of file mciwave.c.

Referenced by WAVE_mciOpen(), WAVE_mciRecord(), WAVE_mciSet(), and WAVE_mciStatus().

◆ wNotifyDeviceID

MCIDEVICEID WINE_MCIWAVE::wNotifyDeviceID

Definition at line 43 of file mciwave.c.

Referenced by WAVE_mciNotify(), and WAVE_mciOpen().

◆ wOutput

WORD WINE_MCIWAVE::wOutput

Definition at line 50 of file mciwave.c.

Referenced by WAVE_mciOpen(), WAVE_mciPlay(), WAVE_mciSet(), and WAVE_mciStatus().


The documentation for this struct was generated from the following file: