#include "PocketCoreLibraryTest.h"#include <commctrl.h>

Go to the source code of this file.
Defines | |
| #define | MAX_LOADSTRING 100 |
Functions | |
| bool | UpdateLinesOfText (HWND hWnd) |
| bool | DrawLinesOfText (HDC hdc) |
| ATOM | MyRegisterClass (HINSTANCE, LPTSTR) |
| BOOL | InitInstance (HINSTANCE, int) |
| LRESULT CALLBACK | WndProc (HWND, UINT, WPARAM, LPARAM) |
| LRESULT CALLBACK | About (HWND, UINT, WPARAM, LPARAM) |
| int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) |
Variables | |
| HWND | hMainWnd = NULL |
| Collection | lines |
| HINSTANCE | hInst |
| HWND | hwndCB |
| #define MAX_LOADSTRING 100 |
Definition at line 30 of file PocketCoreLibraryTest.cpp.
| LRESULT CALLBACK About | ( | HWND | hDlg, | |
| UINT | message, | |||
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) |
Definition at line 294 of file PocketCoreLibraryTest.cpp.
| bool DrawLinesOfText | ( | HDC | hdc | ) |
Definition at line 339 of file PocketCoreLibraryTest.cpp.
| BOOL InitInstance | ( | HINSTANCE | hInstance, | |
| int | nCmdShow | |||
| ) |
Definition at line 207 of file PocketCoreLibraryTest.cpp.
| ATOM MyRegisterClass | ( | HINSTANCE | hInstance, | |
| LPTSTR | szWindowClass | |||
| ) |
Definition at line 179 of file PocketCoreLibraryTest.cpp.
| bool UpdateLinesOfText | ( | HWND | hWnd | ) |
Definition at line 331 of file PocketCoreLibraryTest.cpp.
| int WINAPI WinMain | ( | HINSTANCE | hInstance, | |
| HINSTANCE | hPrevInstance, | |||
| LPTSTR | lpCmdLine, | |||
| int | nCmdShow | |||
| ) |
Definition at line 49 of file PocketCoreLibraryTest.cpp.
| LRESULT CALLBACK WndProc | ( | HWND | hWnd, | |
| UINT | message, | |||
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) |
Definition at line 247 of file PocketCoreLibraryTest.cpp.
| HINSTANCE hInst |
Definition at line 40 of file PocketCoreLibraryTest.cpp.
| HWND hMainWnd = NULL |
Definition at line 32 of file PocketCoreLibraryTest.cpp.
| HWND hwndCB |
Definition at line 41 of file PocketCoreLibraryTest.cpp.
| Collection lines |
Definition at line 33 of file PocketCoreLibraryTest.cpp.
1.5.6