|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <precomp.h>
Go to the source code of this file.
Classes | |
| struct | create_params |
Macros | |
| #define | COBJMACROS |
| #define | CANCEL_MSG_LINE 2 |
| #define | UPDATE_PROGRESS 0x1 |
| #define | UPDATE_TITLE 0x2 |
| #define | UPDATE_LINE1 0x4 |
| #define | UPDATE_LINE2 (UPDATE_LINE1<<1) |
| #define | UPDATE_LINE3 (UPDATE_LINE1<<2) |
| #define | WM_DLG_UPDATE (WM_APP+1) /* set to the dialog when it should update */ |
| #define | WM_DLG_DESTROY (WM_APP+2) /* DestroyWindow must be called from the owning thread */ |
| #define | ID_3SECONDS 101 |
| #define | BUFFER_SIZE 256 |
Functions | |
| static void | set_buffer (LPWSTR *buffer, LPCWSTR string) |
| static void | load_string (LPWSTR *buffer, HINSTANCE hInstance, UINT uiResourceId) |
| static INT_PTR CALLBACK | dialog_proc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| static DWORD WINAPI | dialog_thread (LPVOID lpParameter) |
| #define BUFFER_SIZE 256 |
Definition at line 43 of file CProgressDialog.cpp.
| #define CANCEL_MSG_LINE 2 |
Definition at line 26 of file CProgressDialog.cpp.
| #define COBJMACROS |
Definition at line 24 of file CProgressDialog.cpp.
| #define ID_3SECONDS 101 |
Definition at line 41 of file CProgressDialog.cpp.
| #define UPDATE_LINE1 0x4 |
Definition at line 33 of file CProgressDialog.cpp.
| #define UPDATE_LINE2 (UPDATE_LINE1<<1) |
Definition at line 34 of file CProgressDialog.cpp.
| #define UPDATE_LINE3 (UPDATE_LINE1<<2) |
Definition at line 35 of file CProgressDialog.cpp.
| #define UPDATE_PROGRESS 0x1 |
Definition at line 31 of file CProgressDialog.cpp.
| #define UPDATE_TITLE 0x2 |
Definition at line 32 of file CProgressDialog.cpp.
| #define WM_DLG_DESTROY (WM_APP+2) /* DestroyWindow must be called from the owning thread */ |
Definition at line 39 of file CProgressDialog.cpp.
Definition at line 38 of file CProgressDialog.cpp.
Definition at line 150 of file CProgressDialog.cpp.
Referenced by dialog_thread().
Definition at line 244 of file CProgressDialog.cpp.
Referenced by CProgressDialog::StartProgressDialog().
Definition at line 94 of file CProgressDialog.cpp.
Referenced by dialog_proc().
Definition at line 76 of file CProgressDialog.cpp.
Referenced by load_string().