|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| VOID | CapTest (HWND hWnd, HDC hDc, LPRECT pR, WCHAR *Text, DWORD Flags, WCHAR *AddonStr, DWORD Addon) |
| VOID | DrawCaptionTest (HWND hWnd, HDC hDc, WCHAR *AddonStr, DWORD Addon) |
| LRESULT CALLBACK | CaptWndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| int | wmain (int argc, wchar_t **argv) |
Variables | |
| WCHAR | CaptWndClass [] = L"captwnd_class" |
| HINSTANCE | hInst |
| INT | testnum = 0 |
| VOID CapTest | ( | HWND | hWnd, |
| HDC | hDc, | ||
| LPRECT | pR, | ||
| WCHAR * | Text, | ||
| DWORD | Flags, | ||
| WCHAR * | AddonStr, | ||
| DWORD | Addon | ||
| ) |
Definition at line 113 of file drawcap.c.
Referenced by wmain().
Definition at line 65 of file drawcap.c.
Referenced by CaptWndProc().
Definition at line 183 of file drawcap.c.
| WCHAR CaptWndClass[] = L"captwnd_class" |
| INT testnum = 0 |
Definition at line 26 of file drawcap.c.
Referenced by CaptWndProc(), and wmain().