Data Structures |
| struct | PWINE_ACMOBJ |
| struct | WINE_ACMLOCALDRIVER |
| struct | WINE_ACMLOCALDRIVERINST |
| struct | WINE_ACMDRIVER |
| struct | PWINE_ACMSTREAM |
| struct | WINE_ACMDRIVERID |
| struct | WINE_ACMNOTIFYWND |
Defines |
| #define | WINE_ACMOBJ_DONTCARE 0x5EED0000 |
| #define | WINE_ACMOBJ_DRIVERID 0x5EED0001 |
| #define | WINE_ACMOBJ_DRIVER 0x5EED0002 |
| #define | WINE_ACMOBJ_STREAM 0x5EED0003 |
| #define | WINE_ACMOBJ_NOTIFYWND 0x5EED0004 |
| #define | WINE_ACMOBJ_LOCALDRIVER 0x5EED0005 |
Typedefs |
| typedef struct _WINE_ACMDRIVERID * | PWINE_ACMDRIVERID |
| typedef struct _WINE_ACMDRIVER * | PWINE_ACMDRIVER |
typedef struct
_WINE_ACMLOCALDRIVER * | PWINE_ACMLOCALDRIVER |
typedef struct
_WINE_ACMLOCALDRIVERINST * | PWINE_ACMLOCALDRIVERINST |
| typedef struct _WINE_ACMNOTIFYWND * | PWINE_ACMNOTIFYWND |
Functions |
| PWINE_ACMDRIVERID | MSACM_RegisterDriver (LPCWSTR pszDriverAlias, LPCWSTR pszFileName, PWINE_ACMLOCALDRIVER pLocalDriver) |
| void | MSACM_RegisterAllDrivers (void) |
| PWINE_ACMDRIVERID | MSACM_UnregisterDriver (PWINE_ACMDRIVERID p) |
| void | MSACM_UnregisterAllDrivers (void) |
| PWINE_ACMDRIVERID | MSACM_GetDriverID (HACMDRIVERID hDriverID) |
| PWINE_ACMDRIVER | MSACM_GetDriver (HACMDRIVER hDriver) |
| PWINE_ACMNOTIFYWND | MSACM_GetNotifyWnd (HACMDRIVERID hDriver) |
| PWINE_ACMOBJ | MSACM_GetObj (HACMOBJ hObj, DWORD type) |
| MMRESULT | MSACM_Message (HACMDRIVER, UINT, LPARAM, LPARAM) |
| BOOL | MSACM_FindFormatTagInCache (const WINE_ACMDRIVERID *, DWORD, LPDWORD) |
| void | MSACM_RePositionDriver (PWINE_ACMDRIVERID, DWORD) |
| void | MSACM_WriteCurrentPriorities (void) |
| void | MSACM_BroadcastNotification (void) |
| void | MSACM_DisableNotifications (void) |
| void | MSACM_EnableNotifications (void) |
| PWINE_ACMNOTIFYWND | MSACM_RegisterNotificationWindow (HWND hNotifyWnd, DWORD dwNotifyMsg) |
| PWINE_ACMNOTIFYWND | MSACM_UnRegisterNotificationWindow (const WINE_ACMNOTIFYWND *) |
| PWINE_ACMDRIVERID | MSACM_RegisterDriverFromRegistry (LPCWSTR pszRegEntry) |
| PWINE_ACMLOCALDRIVER | MSACM_RegisterLocalDriver (HMODULE hModule, DRIVERPROC lpDriverProc) |
| PWINE_ACMLOCALDRIVERINST | MSACM_OpenLocalDriver (PWINE_ACMLOCALDRIVER, LPARAM) |
| LRESULT | MSACM_CloseLocalDriver (PWINE_ACMLOCALDRIVERINST) |
| LRESULT CALLBACK | PCM_DriverProc (DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg, LPARAM dwParam1, LPARAM dwParam2) |
Variables |
| HANDLE | MSACM_hHeap |
| PWINE_ACMDRIVERID | MSACM_pFirstACMDriverID |
| HINSTANCE | MSACM_hInstance32 |