ReactOS 0.4.16-dev-555-g690643f
|
#include <windows.h>
#include <shellapi.h>
#include <shlobj.h>
#include <stdio.h>
#include "vfdtypes.h"
#include "vfdapi.h"
#include "vfdlib.h"
#include "vfdver.h"
#include "vfdmsg.h"
#include "vfdguirc.h"
#include "vfdshext.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | VFD_PROPERTY_ID "VFD" |
Functions | |
static BOOL CALLBACK | VfdPageDlgProc (HWND hDlg, UINT uMessage, WPARAM wParam, LPARAM lParam) |
static UINT CALLBACK | VfdPageCallback (HWND hWnd, UINT uMessage, LPPROPSHEETPAGE ppsp) |
static void | OnPropInit (HWND hDlg) |
static void | OnControl (HWND hDlg) |
static void | UpdateImageInfo (HWND hDlg, ULONG nDevice) |
#define VFD_PROPERTY_ID "VFD" |
Definition at line 33 of file vfdshprop.cpp.
#define WIN32_LEAN_AND_MEAN |
Definition at line 11 of file vfdshprop.cpp.
Definition at line 234 of file vfdshprop.cpp.
Referenced by VfdPageDlgProc().
Definition at line 211 of file vfdshprop.cpp.
Referenced by VfdPageDlgProc().
Definition at line 285 of file vfdshprop.cpp.
Referenced by VfdPageDlgProc().
|
static |
Definition at line 60 of file vfdshprop.cpp.
Referenced by CVfdShExt::AddPages().
Definition at line 84 of file vfdshprop.cpp.
Referenced by CVfdShExt::AddPages().