ReactOS 0.4.16-dev-88-ga65b6ae
|
Go to the source code of this file.
Classes | |
struct | _WINPREV_DATA |
Macros | |
#define | NDEBUG |
#define | WIN_PREVIEW_CLASS L"WinPreview" |
#define | RescaleCX(pData, len) MulDiv((len), (pData)->siPreview.cx, (pData)->siVirtScr.cx) |
#define | RescaleCY(pData, len) MulDiv((len), (pData)->siPreview.cy, (pData)->siVirtScr.cy) |
#define | RescaleRect(pData, rect) |
Typedefs | |
typedef struct _WINPREV_DATA | WINPREV_DATA |
typedef struct _WINPREV_DATA * | PWINPREV_DATA |
Functions | |
static LRESULT CALLBACK | WinPrevProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
BOOL | RegisterWinPrevClass (IN HINSTANCE hInstance) |
BOOL | UnRegisterWinPrevClass (IN HINSTANCE hInstance) |
static VOID | WinPrev_OnDisplayChange (IN PWINPREV_DATA pData) |
static VOID | WinPrev_OnDraw (IN HDC hDC, IN PWINPREV_DATA pData) |
VOID | PaintText (IN LPDRAWITEMSTRUCT drawItem, IN PCONSOLE_STATE_INFO pConInfo, IN TEXT_TYPE TextMode) |
INT_PTR CALLBACK | LayoutProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
const WCHAR | szPreviewText [] |
#define RescaleCX | ( | pData, | |
len | |||
) | MulDiv((len), (pData)->siPreview.cx, (pData)->siVirtScr.cx) |
#define RescaleCY | ( | pData, | |
len | |||
) | MulDiv((len), (pData)->siPreview.cy, (pData)->siVirtScr.cy) |
typedef struct _WINPREV_DATA * PWINPREV_DATA |
typedef struct _WINPREV_DATA WINPREV_DATA |
Definition at line 525 of file layout.c.
Referenced by InitApplet().
VOID PaintText | ( | IN LPDRAWITEMSTRUCT | drawItem, |
IN PCONSOLE_STATE_INFO | pConInfo, | ||
IN TEXT_TYPE | TextMode | ||
) |
Definition at line 471 of file layout.c.
Referenced by ColorsProc(), and FontProc().
Definition at line 32 of file layout.c.
Referenced by InitApplet().
Definition at line 52 of file layout.c.
Referenced by InitApplet().
|
static |
Definition at line 59 of file layout.c.
Referenced by WinPrevProc().
|
static |
Definition at line 138 of file layout.c.
Referenced by WinPrevProc().
Definition at line 398 of file layout.c.
Referenced by RegisterWinPrevClass().
Definition at line 460 of file layout.c.
Referenced by PaintText().