ReactOS 0.4.15-dev-5669-g09dde2c
|
#include <windows.h>
#include <commctrl.h>
#include <tchar.h>
#include <assert.h>
#include "resource.h"
#include "trace.h"
Go to the source code of this file.
Classes | |
struct | tagDialogData |
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | _USE_MSG_PUMP_ |
Typedefs | |
typedef struct tagDialogData | DialogData |
Functions | |
LRESULT | CreateMemoryDialog (HINSTANCE, HWND hwndOwner, LPSTR lpszMessage) |
LRESULT CALLBACK | PageWndProc1 (HWND, UINT, WPARAM, LPARAM) |
LRESULT CALLBACK | PageWndProc2 (HWND, UINT, WPARAM, LPARAM) |
LRESULT CALLBACK | PageWndProc3 (HWND, UINT, WPARAM, LPARAM) |
static BOOL | OnCreate (HWND hWnd, LONG lData) |
void | OnTabWndSelChange (void) |
LRESULT CALLBACK | DlgProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
Variables | |
HINSTANCE | hInst |
HWND | hTabWnd |
HWND | hPage1 |
HWND | hPage2 |
HWND | hPage3 |
typedef struct tagDialogData DialogData |
Definition at line 56 of file memdlg.c.
Referenced by DlgProc().
Definition at line 120 of file dialog.c.
Definition at line 52 of file dialog.c.
Referenced by DlgProc().
Definition at line 93 of file dialog.c.
Referenced by DlgProc(), and OnMainCreate().
Definition at line 151 of file page1.c.
Referenced by OnCreate().
Definition at line 37 of file page2.c.
Referenced by OnCreate().
Definition at line 37 of file page3.c.
Referenced by OnCreate().
int APIENTRY WinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 185 of file dialog.c.
HINSTANCE hInst |
Definition at line 39 of file dialog.c.
Referenced by DIALOG_CreateControls32(), DIALOG_CreateIndirect(), DlgProc(), OnCreate(), and WinMain().
HWND hPage1 |
Definition at line 41 of file dialog.c.
Referenced by OnCreate(), and OnTabWndSelChange().
HWND hPage2 |
Definition at line 42 of file dialog.c.
Referenced by OnCreate(), and OnTabWndSelChange().
HWND hPage3 |
Definition at line 43 of file dialog.c.
Referenced by OnCreate(), and OnTabWndSelChange().
HWND hTabWnd |
Definition at line 40 of file dialog.c.
Referenced by DlgProc(), OnCreate(), and OnTabWndSelChange().