ReactOS 0.4.15-dev-5875-g7c755d9
|
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 |
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 349 of file sounds.c.
Referenced by EnumerateSoundProfiles().
Definition at line 1014 of file sounds.c.
Referenced by SepAdjustGroups(), SepAdjustPrivileges(), and SoundsDlgProc().
DWORD EnumerateSoundProfiles | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg, | ||
HKEY | hKey | ||
) |
Definition at line 409 of file sounds.c.
Referenced by LoadSoundProfiles().
PAPP_MAP FindApp | ( | PGLOBAL_DATA | pGlobalData, |
PWCHAR | szName | ||
) |
Definition at line 171 of file sounds.c.
Referenced by FindLabelContext().
PLABEL_MAP FindLabel | ( | PGLOBAL_DATA | pGlobalData, |
PAPP_MAP | pAppMap, | ||
PWCHAR | szName | ||
) |
Definition at line 81 of file sounds.c.
Referenced by FindLabelContext(), and ImportSoundEntry().
PLABEL_CONTEXT FindLabelContext | ( | PGLOBAL_DATA | pGlobalData, |
PSOUND_SCHEME_CONTEXT | pSoundScheme, | ||
PWCHAR | AppName, | ||
PWCHAR | LabelName | ||
) |
Definition at line 200 of file sounds.c.
Referenced by ImportSoundLabel(), and ShowSoundScheme().
Definition at line 901 of file sounds.c.
Referenced by SoundsDlgProc().
PSOUND_SCHEME_CONTEXT FindSoundProfile | ( | HWND | hwndDlg, |
PWCHAR | szName | ||
) |
Definition at line 466 of file sounds.c.
Referenced by ImportSoundLabel().
|
static |
|
static |
Definition at line 149 of file sounds.c.
Referenced by SoundsDlgProc().
Definition at line 875 of file sounds.c.
Referenced by SoundsDlgProc().
Definition at line 498 of file sounds.c.
Referenced by SoundsDlgProc().
DWORD ImportAppProfile | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg, | ||
HKEY | hKey, | ||
PWCHAR | szAppName | ||
) |
Definition at line 652 of file sounds.c.
Referenced by ImportSoundProfiles().
DWORD ImportSoundEntry | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg, | ||
HKEY | hKey, | ||
PWCHAR | szLabelName, | ||
PWCHAR | szAppName, | ||
PAPP_MAP | pAppMap | ||
) |
Definition at line 593 of file sounds.c.
Referenced by ImportAppProfile().
BOOL ImportSoundLabel | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg, | ||
HKEY | hKey, | ||
PWCHAR | szProfile, | ||
PWCHAR | szLabelName, | ||
PWCHAR | szAppName, | ||
PAPP_MAP | AppMap, | ||
PLABEL_MAP | LabelMap | ||
) |
Definition at line 532 of file sounds.c.
Referenced by ImportSoundEntry().
BOOL ImportSoundProfiles | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg, | ||
HKEY | hKey | ||
) |
Definition at line 741 of file sounds.c.
Referenced by LoadSoundProfiles().
HIMAGELIST InitImageList | ( | UINT | StartResource, |
UINT | EndResource, | ||
UINT | Width, | ||
UINT | Height, | ||
ULONG | type | ||
) |
Definition at line 1083 of file sounds.c.
Referenced by SoundsDlgProc().
BOOL LoadEventLabel | ( | PGLOBAL_DATA | pGlobalData, |
HKEY | hKey, | ||
PWCHAR | szSubKey | ||
) |
Definition at line 235 of file sounds.c.
Referenced by LoadEventLabels().
BOOL LoadEventLabels | ( | PGLOBAL_DATA | pGlobalData | ) |
Definition at line 301 of file sounds.c.
Referenced by SoundsDlgProc().
Definition at line 812 of file sounds.c.
Referenced by SoundsDlgProc().
BOOL LoadSoundProfiles | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg | ||
) |
Definition at line 784 of file sounds.c.
Referenced by SoundsDlgProc().
Definition at line 64 of file sounds.c.
Referenced by SoundsDlgProc().
VOID RemoveLabel | ( | PGLOBAL_DATA | pGlobalData, |
PLABEL_MAP | pMap | ||
) |
Definition at line 126 of file sounds.c.
Referenced by ImportSoundEntry().
BOOL ShowSoundScheme | ( | PGLOBAL_DATA | pGlobalData, |
HWND | hwndDlg | ||
) |
Definition at line 927 of file sounds.c.
Referenced by SoundsDlgProc().
Should store in current member
Definition at line 1146 of file sounds.c.
Referenced by MmSysApplet(), and ShowFullControlPanel().