ReactOS 0.4.15-dev-8621-g4b051b9
|
Go to the source code of this file.
Macros | |
#define | IDC_TEST1 1 |
#define | IDC_TEST2 2 |
#define | IDC_TEST3 3 |
#define | IDC_END 9 |
Functions | |
static BOOL | OnInitDialog (HWND hwnd, HWND hwndFocus, LPARAM lParam) |
static const char * | GetNameFromID (INT ID) |
static const char * | GetNameFromHWND (HWND hwnd) |
static void | DoTest1 (HWND hwnd) |
static void | DoTest2 (HWND hwnd) |
static POINT | GetCtrlCenter (HWND hCtrl) |
static void | DoTest3 (HWND hwnd) |
static void | OnCommand (HWND hwnd, int id, HWND hwndCtl, UINT codeNotify) |
INT_PTR CALLBACK | RadioButtonDialogProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
START_TEST (NextDlgItem) | |
#define IDC_END 9 |
Definition at line 16 of file NextDlgItem.c.
#define IDC_TEST1 1 |
Definition at line 13 of file NextDlgItem.c.
#define IDC_TEST2 2 |
Definition at line 14 of file NextDlgItem.c.
#define IDC_TEST3 3 |
Definition at line 15 of file NextDlgItem.c.
Definition at line 50 of file NextDlgItem.c.
Referenced by OnCommand().
Definition at line 208 of file NextDlgItem.c.
Referenced by OnCommand().
Definition at line 338 of file NextDlgItem.c.
Referenced by OnCommand().
Definition at line 326 of file NextDlgItem.c.
Referenced by DoTest3().
Definition at line 44 of file NextDlgItem.c.
Definition at line 26 of file NextDlgItem.c.
Referenced by GetNameFromHWND().
Definition at line 379 of file NextDlgItem.c.
Referenced by RadioButtonDialogProc().
Definition at line 19 of file NextDlgItem.c.
Referenced by RadioButtonDialogProc().
Definition at line 402 of file NextDlgItem.c.
Referenced by START_TEST().
START_TEST | ( | NextDlgItem | ) |
Definition at line 412 of file NextDlgItem.c.