ReactOS
0.4.15-dev-5608-gafb953a
|
#include <windows.h>
#include <commdlg.h>
#include "vfdtypes.h"
#include "vfdapi.h"
#include "vfdlib.h"
#include "vfdmsg.h"
#include "vfdguirc.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
static INT CALLBACK | SaveDialogProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static void | OnInit (HWND hDlg, PCSAVE_PARAM pParam) |
static void | OnTarget (HWND hDlg, HWND hEdit) |
static void | OnBrowse (HWND hDlg) |
static void | OnOverwrite (HWND hDlg, HWND hCheck) |
static void | OnTruncate (HWND hDlg, HWND hCheck) |
static DWORD | OnOK (HWND hDlg) |
DWORD WINAPI | VfdGuiSave (HWND hParent, ULONG nDevice) |
DWORD | GuiSaveParam (HWND hParent, PCSAVE_PARAM pParam) |
#define WIN32_LEAN_AND_MEAN |
Definition at line 15 of file vfdguisave.c.
DWORD GuiSaveParam | ( | HWND | hParent, |
PCSAVE_PARAM | pParam | ||
) |
Definition at line 101 of file vfdguisave.c.
Referenced by VfdGuiClose(), and VfdGuiSave().
Definition at line 393 of file vfdguisave.c.
Referenced by SaveDialogProc().
|
static |
Definition at line 192 of file vfdguisave.c.
Referenced by SaveDialogProc().
Definition at line 463 of file vfdguisave.c.
Referenced by SaveDialogProc().
Definition at line 437 of file vfdguisave.c.
Referenced by SaveDialogProc().
Definition at line 250 of file vfdguisave.c.
Referenced by OnInit(), and SaveDialogProc().
Definition at line 127 of file vfdguisave.c.
Referenced by GuiSaveParam().
Definition at line 58 of file vfdguisave.c.
Referenced by CVfdShExt::DoVfdSave().