|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winnls.h"#include "winerror.h"#include "mmsystem.h"#include "mmreg.h"#include "msacm.h"#include "msacmdrv.h"#include "wineacm.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | MSACM_FilterEnumWtoA_Instance |
| struct | MSACM_FilterTagEnumWtoA_Instance |
Macros | |
| #define | NOBITMAP |
| MMRESULT WINAPI acmFilterChooseA | ( | PACMFILTERCHOOSEA | pafltrc | ) |
| MMRESULT WINAPI acmFilterChooseW | ( | PACMFILTERCHOOSEW | pafltrc | ) |
| MMRESULT WINAPI acmFilterDetailsA | ( | HACMDRIVER | had, |
| PACMFILTERDETAILSA | pafd, | ||
| DWORD | fdwDetails | ||
| ) |
Definition at line 62 of file filter.c.
| MMRESULT WINAPI acmFilterDetailsW | ( | HACMDRIVER | had, |
| PACMFILTERDETAILSW | pafd, | ||
| DWORD | fdwDetails | ||
| ) |
Definition at line 88 of file filter.c.
Referenced by acmFilterDetailsA(), and MSACM_FilterEnumHelper().
| MMRESULT WINAPI acmFilterEnumA | ( | HACMDRIVER | had, |
| PACMFILTERDETAILSA | pafda, | ||
| ACMFILTERENUMCBA | fnCallback, | ||
| DWORD_PTR | dwInstance, | ||
| DWORD | fdwEnum | ||
| ) |
Definition at line 167 of file filter.c.
| MMRESULT WINAPI acmFilterEnumW | ( | HACMDRIVER | had, |
| PACMFILTERDETAILSW | pafd, | ||
| ACMFILTERENUMCBW | fnCallback, | ||
| DWORD_PTR | dwInstance, | ||
| DWORD | fdwEnum | ||
| ) |
Definition at line 224 of file filter.c.
Referenced by acmFilterEnumA().
| MMRESULT WINAPI acmFilterTagDetailsA | ( | HACMDRIVER | had, |
| PACMFILTERTAGDETAILSA | paftda, | ||
| DWORD | fdwDetails | ||
| ) |
Definition at line 264 of file filter.c.
| MMRESULT WINAPI acmFilterTagDetailsW | ( | HACMDRIVER | had, |
| PACMFILTERTAGDETAILSW | paftd, | ||
| DWORD | fdwDetails | ||
| ) |
Definition at line 291 of file filter.c.
Referenced by acmFilterTagDetailsA(), acmFilterTagEnumW(), and MSACM_FilterEnumHelper().
| MMRESULT WINAPI acmFilterTagEnumA | ( | HACMDRIVER | had, |
| PACMFILTERTAGDETAILSA | paftda, | ||
| ACMFILTERTAGENUMCBA | fnCallback, | ||
| DWORD_PTR | dwInstance, | ||
| DWORD | fdwEnum | ||
| ) |
Definition at line 400 of file filter.c.
| MMRESULT WINAPI acmFilterTagEnumW | ( | HACMDRIVER | had, |
| PACMFILTERTAGDETAILSW | paftd, | ||
| ACMFILTERTAGENUMCBW | fnCallback, | ||
| DWORD_PTR | dwInstance, | ||
| DWORD | fdwEnum | ||
| ) |
Definition at line 423 of file filter.c.
Referenced by acmFilterTagEnumA().
|
static |
Definition at line 145 of file filter.c.
Referenced by acmFilterEnumA().
|
static |
Definition at line 189 of file filter.c.
Referenced by acmFilterEnumW().
|
static |
Definition at line 376 of file filter.c.
Referenced by acmFilterTagEnumA().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msacm | ) |