ReactOS 0.4.16-dev-297-gc569aee
|
#include <precomp.h>
Go to the source code of this file.
Macros | |
#define | PSM_GETRESULT (WM_USER + 135) |
#define | PropSheet_GetResult(hDlg) SNDMSG(hDlg, PSM_GETRESULT, 0, 0) |
Functions | |
static BOOL CALLBACK | MyDrawText (HDC hdc, LPARAM data, int cnt) |
void | DrawGrayText (HDC hdc, LPRECT pRect, LPCTSTR title, int dt_flags) |
Variables | |
static RECT | s_MyDrawText_Rect = {0, 0, 0, 0} |
#define PropSheet_GetResult | ( | hDlg | ) | SNDMSG(hDlg, PSM_GETRESULT, 0, 0) |
Definition at line 1320 of file window.cpp.
Definition at line 1319 of file window.cpp.
Definition at line 891 of file window.cpp.
Referenced by PictureButton::DrawItem(), and if().
Definition at line 885 of file window.cpp.
Referenced by DrawGrayText(), and FlatButton::DrawItem().
|
static |
Definition at line 883 of file window.cpp.
Referenced by DrawGrayText(), FlatButton::DrawItem(), and MyDrawText().