ReactOS 0.4.15-dev-7942-gd23573b
tagWINE_MCIDRIVER Struct Reference

#include <winemm.h>

Collaboration diagram for tagWINE_MCIDRIVER:

Public Attributes

UINT wDeviceID
 
UINT wType
 
LPWSTR lpstrElementName
 
LPWSTR lpstrDeviceType
 
LPWSTR lpstrAlias
 
HDRVR hDriver
 
DWORD_PTR dwPrivate
 
YIELDPROC lpfnYieldProc
 
DWORD dwYieldData
 
DWORD CreatorThread
 
UINT uTypeCmdTable
 
UINT uSpecificCmdTable
 
struct tagWINE_MCIDRIVERlpNext
 

Detailed Description

Definition at line 117 of file winemm.h.

Member Data Documentation

◆ CreatorThread

DWORD tagWINE_MCIDRIVER::CreatorThread

Definition at line 127 of file winemm.h.

Referenced by MCI_Close(), MCI_LoadMciDriver(), MCI_SendCommandFrom32(), and mciGetCreatorTask().

◆ dwPrivate

DWORD_PTR tagWINE_MCIDRIVER::dwPrivate

Definition at line 124 of file winemm.h.

Referenced by MCI_UnLoadMciDriver(), mciGetDriverData(), and mciSetDriverData().

◆ dwYieldData

DWORD tagWINE_MCIDRIVER::dwYieldData

Definition at line 126 of file winemm.h.

Referenced by MCI_LoadMciDriver(), mciDriverYield(), mciGetYieldProc(), and mciSetYieldProc().

◆ hDriver

HDRVR tagWINE_MCIDRIVER::hDriver

◆ lpfnYieldProc

YIELDPROC tagWINE_MCIDRIVER::lpfnYieldProc

Definition at line 125 of file winemm.h.

Referenced by MCI_LoadMciDriver(), mciDriverYield(), mciGetYieldProc(), and mciSetYieldProc().

◆ lpNext

struct tagWINE_MCIDRIVER* tagWINE_MCIDRIVER::lpNext

◆ lpstrAlias

LPWSTR tagWINE_MCIDRIVER::lpstrAlias

◆ lpstrDeviceType

LPWSTR tagWINE_MCIDRIVER::lpstrDeviceType

Definition at line 121 of file winemm.h.

Referenced by MCI_FinishOpen(), MCI_LoadMciDriver(), MCI_SysInfo(), and MCI_UnLoadMciDriver().

◆ lpstrElementName

LPWSTR tagWINE_MCIDRIVER::lpstrElementName

Definition at line 120 of file winemm.h.

◆ uSpecificCmdTable

UINT tagWINE_MCIDRIVER::uSpecificCmdTable

Definition at line 129 of file winemm.h.

Referenced by MCI_LoadMciDriver(), and mciSendStringW().

◆ uTypeCmdTable

UINT tagWINE_MCIDRIVER::uTypeCmdTable

Definition at line 128 of file winemm.h.

Referenced by MCI_LoadMciDriver(), and mciSendStringW().

◆ wDeviceID

UINT tagWINE_MCIDRIVER::wDeviceID

◆ wType

UINT tagWINE_MCIDRIVER::wType

Definition at line 119 of file winemm.h.

Referenced by MCI_LoadMciDriver(), MCI_SysInfo(), and mciSendStringW().


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