ReactOS 0.4.15-dev-7842-g558ab78
tagWINE_MCIMIDI Struct Reference
Collaboration diagram for tagWINE_MCIMIDI:

Public Attributes

UINT wDevID
 
HMIDI hMidi
 
int nUseCount
 
HANDLE hCallback
 
HANDLE hThread
 
HMMIO hFile
 
LPWSTR lpstrElementName
 
LPWSTR lpstrCopyright
 
LPWSTR lpstrName
 
WORD wPort
 
WORD dwStatus
 
DWORD dwMciTimeFormat
 
WORD wFormat
 
WORD nTracks
 
WORD nDivision
 
WORD wStartedPlaying
 
DWORD dwTempo
 
MCI_MIDITRACKtracks
 
DWORD dwPulse
 
DWORD dwPositionMS
 
DWORD dwEndMS
 
DWORD dwStartTicks
 

Detailed Description

Definition at line 60 of file mcimidi.c.

Member Data Documentation

◆ dwEndMS

DWORD tagWINE_MCIMIDI::dwEndMS

Definition at line 81 of file mcimidi.c.

Referenced by MIDI_mciPlay(), and MIDI_player().

◆ dwMciTimeFormat

DWORD tagWINE_MCIMIDI::dwMciTimeFormat

◆ dwPositionMS

DWORD tagWINE_MCIMIDI::dwPositionMS

Definition at line 80 of file mcimidi.c.

Referenced by MIDI_mciOpen(), MIDI_mciPlay(), MIDI_mciSeek(), MIDI_mciStatus(), and MIDI_player().

◆ dwPulse

DWORD tagWINE_MCIMIDI::dwPulse

Definition at line 79 of file mcimidi.c.

Referenced by MIDI_player().

◆ dwStartTicks

DWORD tagWINE_MCIMIDI::dwStartTicks

Definition at line 82 of file mcimidi.c.

Referenced by MIDI_player().

◆ dwStatus

WORD tagWINE_MCIMIDI::dwStatus

◆ dwTempo

DWORD tagWINE_MCIMIDI::dwTempo

Definition at line 77 of file mcimidi.c.

Referenced by MIDI_ConvertPulseToMS(), MIDI_mciReadMThd(), MIDI_mciStatus(), and MIDI_player().

◆ hCallback

HANDLE tagWINE_MCIMIDI::hCallback

Definition at line 64 of file mcimidi.c.

Referenced by MIDI_mciNotify(), MIDI_mciPlay(), MIDI_mciStop(), and MIDI_player().

◆ hFile

◆ hMidi

HMIDI tagWINE_MCIMIDI::hMidi

Definition at line 62 of file mcimidi.c.

Referenced by MIDI_mciOpen(), MIDI_mciPause(), MIDI_mciStop(), and MIDI_player().

◆ hThread

HANDLE tagWINE_MCIMIDI::hThread

Definition at line 65 of file mcimidi.c.

Referenced by ensurePlayerThread(), MIDI_mciClose(), MIDI_mciPlay(), and MIDI_mciStop().

◆ lpstrCopyright

LPWSTR tagWINE_MCIMIDI::lpstrCopyright

Definition at line 68 of file mcimidi.c.

Referenced by MIDI_mciClose(), MIDI_mciInfo(), MIDI_mciOpen(), and MIDI_mciReadMTrk().

◆ lpstrElementName

LPWSTR tagWINE_MCIMIDI::lpstrElementName

Definition at line 67 of file mcimidi.c.

Referenced by MIDI_mciClose(), MIDI_mciInfo(), MIDI_mciOpen(), and MIDI_mciPlay().

◆ lpstrName

LPWSTR tagWINE_MCIMIDI::lpstrName

Definition at line 69 of file mcimidi.c.

Referenced by MIDI_mciClose(), MIDI_mciInfo(), MIDI_mciOpen(), and MIDI_mciReadMTrk().

◆ nDivision

WORD tagWINE_MCIMIDI::nDivision

Definition at line 75 of file mcimidi.c.

Referenced by MIDI_ConvertPulseToMS(), MIDI_mciOpen(), MIDI_mciReadMThd(), and MIDI_mciStatus().

◆ nTracks

WORD tagWINE_MCIMIDI::nTracks

◆ nUseCount

int tagWINE_MCIMIDI::nUseCount

Definition at line 63 of file mcimidi.c.

Referenced by MIDI_mciClose(), MIDI_mciGetOpenDev(), and MIDI_mciOpen().

◆ tracks

◆ wDevID

◆ wFormat

WORD tagWINE_MCIMIDI::wFormat

◆ wPort

WORD tagWINE_MCIMIDI::wPort

Definition at line 70 of file mcimidi.c.

Referenced by MIDI_mciOpen(), MIDI_mciSet(), MIDI_mciStatus(), and MIDI_player().

◆ wStartedPlaying

WORD tagWINE_MCIMIDI::wStartedPlaying

Definition at line 76 of file mcimidi.c.

Referenced by MIDI_mciResume(), and MIDI_player().


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