ReactOS 0.4.16-dev-38-g96c65e9
|
#include <wineacm.h>
Public Attributes | |
PWINE_ACMLOCALDRIVER | pLocalDriver |
DWORD | dwDriverID |
BOOL | bSession |
PWINE_ACMLOCALDRIVERINST | pNextACMInst |
BOOL _WINE_ACMLOCALDRIVERINST::bSession |
Definition at line 65 of file wineacm.h.
Referenced by MSACM_CloseLocalDriver(), and MSACM_OpenLocalDriver().
DWORD _WINE_ACMLOCALDRIVERINST::dwDriverID |
Definition at line 64 of file wineacm.h.
Referenced by MSACM_AddToList(), MSACM_CloseLocalDriver(), and MSACM_OpenLocalDriver().
PWINE_ACMLOCALDRIVER _WINE_ACMLOCALDRIVERINST::pLocalDriver |
Definition at line 63 of file wineacm.h.
Referenced by MSACM_AddToList(), MSACM_CloseLocalDriver(), MSACM_OpenLocalDriver(), and MSACM_RemoveFromList().
PWINE_ACMLOCALDRIVERINST _WINE_ACMLOCALDRIVERINST::pNextACMInst |
Definition at line 66 of file wineacm.h.
Referenced by MSACM_AddToList(), MSACM_GetNumberOfModuleRefs(), MSACM_OpenLocalDriver(), and MSACM_RemoveFromList().