ReactOS 0.4.16-dev-737-g3368adc
|
Go to the source code of this file.
Classes | |
struct | _LABEL_MAP |
struct | _APP_MAP |
struct | _LABEL_CONTEXT |
struct | _SOUND_SCHEME_CONTEXT |
struct | _GLOBAL_DATA |
Macros | |
#define | ID_SOUND_TEST_TIMER 1 |
Typedefs | |
typedef struct _LABEL_MAP | LABEL_MAP |
typedef struct _LABEL_MAP * | PLABEL_MAP |
typedef struct _APP_MAP | APP_MAP |
typedef struct _APP_MAP * | PAPP_MAP |
typedef struct _LABEL_CONTEXT | LABEL_CONTEXT |
typedef struct _LABEL_CONTEXT * | PLABEL_CONTEXT |
typedef struct _SOUND_SCHEME_CONTEXT | SOUND_SCHEME_CONTEXT |
typedef struct _SOUND_SCHEME_CONTEXT * | PSOUND_SCHEME_CONTEXT |
typedef struct _GLOBAL_DATA | GLOBAL_DATA |
typedef struct _GLOBAL_DATA * | PGLOBAL_DATA |
typedef struct _GLOBAL_DATA GLOBAL_DATA |
typedef struct _LABEL_CONTEXT LABEL_CONTEXT |
typedef struct _LABEL_MAP LABEL_MAP |
typedef struct _GLOBAL_DATA * PGLOBAL_DATA |
typedef struct _LABEL_CONTEXT * PLABEL_CONTEXT |
typedef struct _LABEL_MAP * PLABEL_MAP |
typedef struct _SOUND_SCHEME_CONTEXT * PSOUND_SCHEME_CONTEXT |
Definition at line 353 of file sounds.c.
Referenced by EnumerateSoundProfiles().
Definition at line 1018 of file sounds.c.
Referenced by SepAdjustGroups(), SepAdjustPrivileges(), and SoundsDlgProc().
DWORD EnumerateSoundProfiles | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg, | ||
HKEY | hKey | ||
) |
Definition at line 413 of file sounds.c.
Referenced by LoadSoundProfiles().
PAPP_MAP FindApp | ( | PGLOBAL_DATA | pGlobalData, |
PCWSTR | szName | ||
) |
Definition at line 175 of file sounds.c.
Referenced by FindLabelContext().
PLABEL_MAP FindLabel | ( | PGLOBAL_DATA | pGlobalData, |
PAPP_MAP | pAppMap, | ||
PCWSTR | szName | ||
) |
Definition at line 85 of file sounds.c.
Referenced by FindLabelContext(), and ImportSoundEntry().
PLABEL_CONTEXT FindLabelContext | ( | PGLOBAL_DATA | pGlobalData, |
PSOUND_SCHEME_CONTEXT | pSoundScheme, | ||
PCWSTR | AppName, | ||
PCWSTR | LabelName | ||
) |
Definition at line 204 of file sounds.c.
Referenced by ImportSoundLabel(), and ShowSoundScheme().
Definition at line 905 of file sounds.c.
Referenced by SoundsDlgProc().
PSOUND_SCHEME_CONTEXT FindSoundProfile | ( | HWND | hwndDlg, |
PCWSTR | szName | ||
) |
Definition at line 470 of file sounds.c.
Referenced by ImportSoundLabel().
|
static |
|
static |
Definition at line 153 of file sounds.c.
Referenced by SoundsDlgProc().
Definition at line 879 of file sounds.c.
Referenced by SoundsDlgProc().
Definition at line 502 of file sounds.c.
Referenced by SoundsDlgProc().
Get the duration of a waveform audio file.
[in] | pFileName | The file name or full path of the file. |
Definition at line 1160 of file sounds.c.
Referenced by StartSoundTest().
DWORD ImportAppProfile | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg, | ||
HKEY | hKey, | ||
PCWSTR | szAppName | ||
) |
Definition at line 656 of file sounds.c.
Referenced by ImportSoundProfiles().
DWORD ImportSoundEntry | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg, | ||
HKEY | hKey, | ||
PCWSTR | szLabelName, | ||
PCWSTR | szAppName, | ||
PAPP_MAP | pAppMap | ||
) |
Definition at line 597 of file sounds.c.
Referenced by ImportAppProfile().
BOOL ImportSoundLabel | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg, | ||
HKEY | hKey, | ||
PCWSTR | szProfile, | ||
PCWSTR | szLabelName, | ||
PCWSTR | szAppName, | ||
PAPP_MAP | AppMap, | ||
PLABEL_MAP | LabelMap | ||
) |
Definition at line 536 of file sounds.c.
Referenced by ImportSoundEntry().
BOOL ImportSoundProfiles | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg, | ||
HKEY | hKey | ||
) |
Definition at line 745 of file sounds.c.
Referenced by LoadSoundProfiles().
HIMAGELIST InitImageList | ( | UINT | StartResource, |
UINT | EndResource, | ||
UINT | Width, | ||
UINT | Height, | ||
ULONG | type | ||
) |
Definition at line 1087 of file sounds.c.
Referenced by SoundsDlgProc().
BOOL LoadEventLabel | ( | PGLOBAL_DATA | pGlobalData, |
HKEY | hKey, | ||
PCWSTR | szSubKey | ||
) |
Definition at line 239 of file sounds.c.
Referenced by LoadEventLabels().
BOOL LoadEventLabels | ( | PGLOBAL_DATA | pGlobalData | ) |
Definition at line 305 of file sounds.c.
Referenced by SoundsDlgProc().
Definition at line 816 of file sounds.c.
Referenced by SoundsDlgProc().
BOOL LoadSoundProfiles | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg | ||
) |
Definition at line 788 of file sounds.c.
Referenced by SoundsDlgProc().
Definition at line 68 of file sounds.c.
Referenced by SoundsDlgProc().
VOID RemoveLabel | ( | PGLOBAL_DATA | pGlobalData, |
PLABEL_MAP | pMap | ||
) |
Definition at line 130 of file sounds.c.
Referenced by ImportSoundEntry().
BOOL ShowSoundScheme | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg | ||
) |
Definition at line 931 of file sounds.c.
Referenced by SoundsDlgProc().
Should store in current member
Definition at line 1243 of file sounds.c.
Referenced by MmSysApplet(), and ShowFullControlPanel().
Definition at line 1208 of file sounds.c.
Referenced by SoundsDlgProc().
Definition at line 1227 of file sounds.c.
Referenced by SoundsDlgProc().