|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Classes | |
| struct | _WINE_ACMOBJ |
| struct | _WINE_ACMLOCALDRIVER |
| struct | _WINE_ACMLOCALDRIVERINST |
| struct | _WINE_ACMDRIVER |
| struct | _WINE_ACMSTREAM |
| struct | _WINE_ACMDRIVERID |
| struct | _WINE_ACMNOTIFYWND |
Macros | |
| #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_ACMOBJ | WINE_ACMOBJ |
| typedef struct _WINE_ACMOBJ * | PWINE_ACMOBJ |
| typedef struct _WINE_ACMLOCALDRIVER * | PWINE_ACMLOCALDRIVER |
| typedef struct _WINE_ACMLOCALDRIVERINST * | PWINE_ACMLOCALDRIVERINST |
| typedef struct _WINE_ACMLOCALDRIVER | WINE_ACMLOCALDRIVER |
| typedef struct _WINE_ACMLOCALDRIVERINST | WINE_ACMLOCALDRIVERINST |
| typedef struct _WINE_ACMDRIVER | WINE_ACMDRIVER |
| typedef struct _WINE_ACMSTREAM | WINE_ACMSTREAM |
| typedef struct _WINE_ACMSTREAM * | PWINE_ACMSTREAM |
| typedef struct _WINE_ACMDRIVERID | WINE_ACMDRIVERID |
| typedef struct _WINE_ACMNOTIFYWND * | PWINE_ACMNOTIFYWND |
| typedef struct _WINE_ACMNOTIFYWND | WINE_ACMNOTIFYWND |
Variables | |
| HANDLE MSACM_hHeap | DECLSPEC_HIDDEN |
| typedef struct _WINE_ACMDRIVER* PWINE_ACMDRIVER |
| typedef struct _WINE_ACMDRIVERID* PWINE_ACMDRIVERID |
| typedef struct _WINE_ACMNOTIFYWND* PWINE_ACMNOTIFYWND |
| typedef struct _WINE_ACMOBJ * PWINE_ACMOBJ |
| typedef struct _WINE_ACMSTREAM * PWINE_ACMSTREAM |
| typedef struct _WINE_ACMDRIVER WINE_ACMDRIVER |
| typedef struct _WINE_ACMDRIVERID WINE_ACMDRIVERID |
| typedef struct _WINE_ACMOBJ WINE_ACMOBJ |
| typedef struct _WINE_ACMSTREAM WINE_ACMSTREAM |
Definition at line 443 of file internal.c.
Referenced by acmDriverAddW(), acmDriverPriority(), acmDriverRemove(), and MSACM_EnableNotifications().
| LRESULT MSACM_CloseLocalDriver | ( | PWINE_ACMLOCALDRIVERINST | paldrv | ) |
Definition at line 1081 of file internal.c.
Referenced by acmDriverClose(), and MSACM_OpenLocalDriver().
Definition at line 459 of file internal.c.
Referenced by acmDriverPriority().
Definition at line 467 of file internal.c.
Referenced by acmDriverPriority().
| BOOL MSACM_FindFormatTagInCache | ( | const WINE_ACMDRIVERID * | padid, |
| DWORD | fmtTag, | ||
| LPDWORD | idx | ||
| ) |
Definition at line 118 of file internal.c.
Referenced by acmFormatTagDetailsW(), and acmStreamOpen().
| PWINE_ACMDRIVER MSACM_GetDriver | ( | HACMDRIVER | hDriver | ) |
Definition at line 844 of file internal.c.
Referenced by acmDriverClose(), acmFormatTagDetailsW(), acmStreamOpen(), and MSACM_Message().
| PWINE_ACMDRIVERID MSACM_GetDriverID | ( | HACMDRIVERID | hDriverID | ) |
Definition at line 836 of file internal.c.
Referenced by acmDriverMessage(), acmDriverOpen(), acmDriverPriority(), acmDriverRemove(), acmFilterEnumW(), and acmFormatEnumW().
| PWINE_ACMNOTIFYWND MSACM_GetNotifyWnd | ( | HACMDRIVERID | hDriver | ) |
Definition at line 852 of file internal.c.
Referenced by acmDriverPriority(), and acmDriverRemove().
| PWINE_ACMOBJ MSACM_GetObj | ( | HACMOBJ | hObj, |
| DWORD | type | ||
| ) |
Definition at line 823 of file internal.c.
Referenced by acmDriverID(), acmMetrics(), MSACM_GetDriver(), MSACM_GetDriverID(), and MSACM_GetNotifyWnd().
Definition at line 872 of file internal.c.
Referenced by acmDriverDetailsW(), acmDriverMessage(), acmFilterDetailsW(), acmFilterTagDetailsW(), acmFormatDetailsW(), acmFormatSuggest(), acmFormatTagDetailsW(), acmFormatTagEnumW(), acmStreamClose(), acmStreamConvert(), acmStreamOpen(), acmStreamPrepareHeader(), acmStreamReset(), acmStreamSize(), acmStreamUnprepareHeader(), and MSACM_FillCache().
| PWINE_ACMLOCALDRIVERINST MSACM_OpenLocalDriver | ( | PWINE_ACMLOCALDRIVER | paldrv, |
| LPARAM | lParam2 | ||
| ) |
Definition at line 1026 of file internal.c.
Referenced by acmDriverOpen(), and MSACM_OpenLocalDriver().
Definition at line 354 of file internal.c.
Referenced by DllMain().
| PWINE_ACMDRIVERID MSACM_RegisterDriver | ( | LPCWSTR | pszDriverAlias, |
| LPCWSTR | pszFileName, | ||
| PWINE_ACMLOCALDRIVER | pLocalDriver | ||
| ) |
Definition at line 285 of file internal.c.
Referenced by acmDriverAddW(), MSACM_RegisterAllDrivers(), and MSACM_RegisterDriverFromRegistry().
| PWINE_ACMDRIVERID MSACM_RegisterDriverFromRegistry | ( | LPCWSTR | pszRegEntry | ) |
Definition at line 61 of file internal.c.
Referenced by acmDriverAddW().
| PWINE_ACMLOCALDRIVER MSACM_RegisterLocalDriver | ( | HMODULE | hModule, |
| DRIVERPROC | lpDriverProc | ||
| ) |
Definition at line 883 of file internal.c.
Referenced by acmDriverAddW().
| PWINE_ACMNOTIFYWND MSACM_RegisterNotificationWindow | ( | HWND | hNotifyWnd, |
| DWORD | dwNotifyMsg | ||
| ) |
Definition at line 416 of file internal.c.
Referenced by acmDriverAddW().
| void MSACM_RePositionDriver | ( | PWINE_ACMDRIVERID | padid, |
| DWORD | dwPriority | ||
| ) |
Definition at line 504 of file internal.c.
Referenced by acmDriverPriority().
Definition at line 805 of file internal.c.
Referenced by DllMain().
| PWINE_ACMDRIVERID MSACM_UnregisterDriver | ( | PWINE_ACMDRIVERID | p | ) |
Definition at line 773 of file internal.c.
Referenced by acmDriverRemove(), MSACM_RegisterDriver(), and MSACM_UnregisterAllDrivers().
| PWINE_ACMNOTIFYWND MSACM_UnRegisterNotificationWindow | ( | const WINE_ACMNOTIFYWND * | panwnd | ) |
Definition at line 481 of file internal.c.
Referenced by acmDriverRemove(), and MSACM_UnregisterAllDrivers().
Definition at line 668 of file internal.c.
Referenced by acmDriverPriority().
| LRESULT CALLBACK PCM_DriverProc | ( | DWORD_PTR | dwDevID, |
| HDRVR | hDriv, | ||
| UINT | wMsg, | ||
| LPARAM | dwParam1, | ||
| LPARAM | dwParam2 | ||
| ) |
Definition at line 1325 of file pcmconverter.c.
|
extern |