|
ReactOS 0.4.17-dev-116-ga4b6fe9
|

Go to the source code of this file.
Functions | |
| LRESULT CALLBACK | MainWndProc (HWND HWnd, UINT Msg, WPARAM WParam, LPARAM LParam) |
| int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE, LPTSTR, int nCmdShow) |
Variables | |
| HINSTANCE | hInst |
| const char * | WndClassName = "GMainWnd" |
| HWND | hTrackBar = NULL |
| HFONT | hTTFont = NULL |
| double | scale = 0.0 |
| LPCSTR | pText = TEXT("The Scaled Text!") |
Definition at line 81 of file txtscale.cpp.
Referenced by WinMain().
Definition at line 30 of file txtscale.cpp.
| HINSTANCE hInst |
Definition at line 24 of file txtscale.cpp.
Referenced by MainWndProc(), and WinMain().
Definition at line 76 of file txtscale.cpp.
Referenced by MainWndProc().
| HFONT hTTFont = NULL |
Definition at line 77 of file txtscale.cpp.
Referenced by MainWndProc().
Definition at line 79 of file txtscale.cpp.
Referenced by FxDeviceText::_CleanupList(), _RpcPrinterMessageBox(), CallbackEntry(), CallbackExtra(), CBPaintText(), CBUpdateEdit(), CBUpdateLBox(), COMBO_SelectString(), CreateDragImage(), GetTextboxText(), IsTextNonZeroASCII(), MainWndProc(), ME_GetTextEx(), ME_StreamInText(), pointer_default(), PrinterMessageBoxW(), TreeListDraw(), TreeListEditLabel(), TreeListEndLabelEdit(), TreeListInsertItem(), TreeListSortItems(), TreeListStartAutoEdit(), TreeListStartNotifyEdit(), UpdateToolTip(), UserpShowInformationBalloon(), WriteConsoleOutputCharacterA(), and WriteConsoleOutputCharacterW().
Definition at line 78 of file txtscale.cpp.
Definition at line 25 of file txtscale.cpp.
Referenced by WinMain().