ReactOS 0.4.16-dev-311-g9382aa2
|
#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) |
INT_PTR CALLBACK | PageWndProc1 (HWND, UINT, WPARAM, LPARAM) |
INT_PTR CALLBACK | PageWndProc2 (HWND, UINT, WPARAM, LPARAM) |
INT_PTR CALLBACK | PageWndProc3 (HWND, UINT, WPARAM, LPARAM) |
static BOOL | OnCreate (HWND hWnd, LONG lData) |
void | OnTabWndSelChange (void) |
INT_PTR 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 54 of file memdlg.c.
Referenced by DlgProc().
Definition at line 118 of file dialog.c.
Definition at line 50 of file dialog.c.
Referenced by DlgProc().
Definition at line 91 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 182 of file dialog.c.
HINSTANCE hInst |
Definition at line 37 of file dialog.c.
Referenced by DIALOG_CreateControls32(), DIALOG_CreateIndirect(), DlgProc(), OnCreate(), and WinMain().
HWND hPage1 |
Definition at line 39 of file dialog.c.
Referenced by OnCreate(), and OnTabWndSelChange().
HWND hPage2 |
Definition at line 40 of file dialog.c.
Referenced by OnCreate(), and OnTabWndSelChange().
HWND hPage3 |
Definition at line 41 of file dialog.c.
Referenced by OnCreate(), and OnTabWndSelChange().
HWND hTabWnd |
Definition at line 38 of file dialog.c.
Referenced by DlgProc(), OnCreate(), and OnTabWndSelChange().