ReactOS 0.4.16-dev-340-g0540c21
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | _CREATE_DATA |
Typedefs | |
typedef struct _CREATE_DATA | CREATE_DATA |
typedef struct _CREATE_DATA * | PCREATE_DATA |
Functions | |
static BOOL | DoCreate (PCREATE_DATA Data) |
static LPWSTR | GetStringFromDialog (PCREATE_DATA Data, UINT id) |
static BOOL | GetDataFromDialog (PCREATE_DATA Data) |
static VOID | FreeMemory (PCREATE_DATA Data) |
INT_PTR CALLBACK | CreateHelpDialogProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | CreateDialogProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
static BOOL | bHelpOpen = FALSE |
typedef struct _CREATE_DATA CREATE_DATA |
typedef struct _CREATE_DATA * PCREATE_DATA |
Definition at line 218 of file create.c.
Referenced by MainWndCommand().
Definition at line 163 of file create.c.
Referenced by CreateDialogProc().
|
static |
Definition at line 26 of file create.c.
Referenced by CreateDialogProc().
|
static |
Definition at line 134 of file create.c.
Referenced by CompleteIO(), CreateDialogProc(), CreateSoundThread(), DestroySoundThread(), DetectNt4SoundDevices(), DoWaveStreaming(), EnumerateNt4ServiceSoundDevices(), FreeSoundDevice(), FreeSoundDeviceInstance(), KmtFltSendBufferToDriver(), OpenSoundDeviceRegKey(), OpenSoundDriverParametersRegKey(), and UnprepareWaveHeader().
|
static |
Definition at line 112 of file create.c.
Referenced by CreateDialogProc().
|
static |
Definition at line 82 of file create.c.
Referenced by GetDataFromDialog().
Definition at line 23 of file create.c.
Referenced by CreateDialogProc(), and CreateHelpDialogProc().