#include <precomp.h>
#include "../resource.h"
Go to the source code of this file.
Defines |
| #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} |