ReactOS 0.4.16-dev-338-g34e76ad
|
#include <wineacm.h>
Public Attributes | |
WINE_ACMOBJ | obj |
HMODULE | hModule |
DRIVERPROC | lpDrvProc |
PWINE_ACMLOCALDRIVERINST | pACMInstList |
PWINE_ACMLOCALDRIVER | pNextACMLocalDrv |
PWINE_ACMLOCALDRIVER | pPrevACMLocalDrv |
LONG | ref |
HMODULE _WINE_ACMLOCALDRIVER::hModule |
Definition at line 53 of file wineacm.h.
Referenced by MSACM_AddToList(), MSACM_CloseLocalDriver(), MSACM_GetNumberOfModuleRefs(), MSACM_OpenLocalDriver(), MSACM_RegisterLocalDriver(), and MSACM_RemoveFromList().
DRIVERPROC _WINE_ACMLOCALDRIVER::lpDrvProc |
Definition at line 54 of file wineacm.h.
Referenced by MSACM_AddToList(), MSACM_CloseLocalDriver(), MSACM_GetNumberOfModuleRefs(), MSACM_OpenLocalDriver(), MSACM_RegisterLocalDriver(), and MSACM_RemoveFromList().
WINE_ACMOBJ _WINE_ACMLOCALDRIVER::obj |
Definition at line 52 of file wineacm.h.
Referenced by MSACM_RegisterLocalDriver().
PWINE_ACMLOCALDRIVERINST _WINE_ACMLOCALDRIVER::pACMInstList |
Definition at line 55 of file wineacm.h.
Referenced by MSACM_AddToList(), MSACM_GetNumberOfModuleRefs(), MSACM_RegisterLocalDriver(), MSACM_RemoveFromList(), and MSACM_UnregisterLocalDriver().
PWINE_ACMLOCALDRIVER _WINE_ACMLOCALDRIVER::pNextACMLocalDrv |
Definition at line 56 of file wineacm.h.
Referenced by MSACM_GetNumberOfModuleRefs(), MSACM_RegisterLocalDriver(), and MSACM_UnregisterLocalDriver().
PWINE_ACMLOCALDRIVER _WINE_ACMLOCALDRIVER::pPrevACMLocalDrv |
Definition at line 57 of file wineacm.h.
Referenced by MSACM_RegisterLocalDriver(), and MSACM_UnregisterLocalDriver().
LONG _WINE_ACMLOCALDRIVER::ref |
Definition at line 58 of file wineacm.h.
Referenced by MSACM_RegisterLocalDriver(), and MSACM_UnregisterLocalDriver().