ReactOS 0.4.16-dev-598-gc07fba4
|
#include <windows.h>
#include <string.h>
Go to the source code of this file.
Functions | |
static INT_PTR CALLBACK | DialogFunc (HWND, UINT, WPARAM, LPARAM) |
static VOID CALLBACK | TimerProc (HWND, UINT, UINT_PTR, DWORD) |
INT WINAPI | WinMain (HINSTANCE hinst, HINSTANCE hinstPrev, LPSTR lpCmdLine, INT nCmdShow) |
static int | InitializeApp (HWND hDlg, WPARAM wParam, LPARAM lParam) |
Variables | |
UINT | Timer = 1 |
Definition at line 38 of file capclock.c.
Referenced by WinMain().
Definition at line 32 of file capclock.c.
Referenced by DialogFunc().
Definition at line 52 of file capclock.c.
Referenced by InitializeApp().
Definition at line 17 of file capclock.c.
Definition at line 11 of file capclock.c.