ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <winemm.h>
DWORD tagWINE_MCIDRIVER::CreatorThread |
Definition at line 127 of file winemm.h.
Referenced by MCI_Close(), MCI_LoadMciDriver(), MCI_SendCommandFrom32(), and mciGetCreatorTask().
DWORD_PTR tagWINE_MCIDRIVER::dwPrivate |
Definition at line 124 of file winemm.h.
Referenced by MCI_UnLoadMciDriver(), mciGetDriverData(), and mciSetDriverData().
DWORD tagWINE_MCIDRIVER::dwYieldData |
Definition at line 126 of file winemm.h.
Referenced by MCI_LoadMciDriver(), mciDriverYield(), mciGetYieldProc(), and mciSetYieldProc().
HDRVR tagWINE_MCIDRIVER::hDriver |
Definition at line 123 of file winemm.h.
Referenced by MCI_HandleReturnValues(), MCI_LoadMciDriver(), MCI_OpenMciDriver(), MCI_SendCommandFrom32(), and MCI_UnLoadMciDriver().
YIELDPROC tagWINE_MCIDRIVER::lpfnYieldProc |
Definition at line 125 of file winemm.h.
Referenced by MCI_LoadMciDriver(), mciDriverYield(), mciGetYieldProc(), and mciSetYieldProc().
struct tagWINE_MCIDRIVER* tagWINE_MCIDRIVER::lpNext |
Definition at line 130 of file winemm.h.
Referenced by MCI_GetDriver(), MCI_GetDriverFromString(), MCI_LoadMciDriver(), MCI_SysInfo(), and MCI_UnLoadMciDriver().
LPWSTR tagWINE_MCIDRIVER::lpstrAlias |
Definition at line 122 of file winemm.h.
Referenced by MCI_FinishOpen(), MCI_GetDriverFromString(), MCI_SysInfo(), and MCI_UnLoadMciDriver().
LPWSTR tagWINE_MCIDRIVER::lpstrDeviceType |
Definition at line 121 of file winemm.h.
Referenced by MCI_FinishOpen(), MCI_LoadMciDriver(), MCI_SysInfo(), and MCI_UnLoadMciDriver().
UINT tagWINE_MCIDRIVER::uSpecificCmdTable |
Definition at line 129 of file winemm.h.
Referenced by MCI_LoadMciDriver(), and mciSendStringW().
UINT tagWINE_MCIDRIVER::uTypeCmdTable |
Definition at line 128 of file winemm.h.
Referenced by MCI_LoadMciDriver(), and mciSendStringW().
UINT tagWINE_MCIDRIVER::wDeviceID |
Definition at line 118 of file winemm.h.
Referenced by MCI_Close(), MCI_FinishOpen(), MCI_GetDriver(), MCI_GetDriverFromString(), MCI_LoadMciDriver(), MCI_Open(), and mciSendStringW().
UINT tagWINE_MCIDRIVER::wType |
Definition at line 119 of file winemm.h.
Referenced by MCI_LoadMciDriver(), MCI_SysInfo(), and mciSendStringW().