|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
| struct | tagMsgInfo |
| struct | tagMsgList |
Macros | |
| #define | TEST_MAX_MSG 50 |
| #define | MSGLST_CMP_WP 0x1 |
| #define | MSGLST_CMP_LP 0x2 |
| #define | MSGLST_CMP_RES 0x4 |
| #define | MSGLST_CMP_ALL (MSGLST_CMP_WP | MSGLST_CMP_LP | MSGLST_CMP_RES) |
Functions | |
| void | DumpMsgList (const char *lstName, const tagMsgList *ml) |
| BOOL | CmpMsgList (const tagMsgList *recvd, const tagMsgList *expect) |
| INT_PTR CALLBACK | Test_CreateDialogW_DLGPROC (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| LRESULT CALLBACK | Test_CreateDialogW_WNDPROC (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| void | Test_CreateDialogW () |
| START_TEST (CreateDialog) | |
Variables | |
| static tagMsgList | msglist |
| const tagMsgList | t1msgList |
| #define MSGLST_CMP_ALL (MSGLST_CMP_WP | MSGLST_CMP_LP | MSGLST_CMP_RES) |
Definition at line 16 of file CreateDialog.c.
| #define MSGLST_CMP_LP 0x2 |
Definition at line 14 of file CreateDialog.c.
| #define MSGLST_CMP_RES 0x4 |
Definition at line 15 of file CreateDialog.c.
| #define MSGLST_CMP_WP 0x1 |
Definition at line 13 of file CreateDialog.c.
| #define TEST_MAX_MSG 50 |
Definition at line 10 of file CreateDialog.c.
| BOOL CmpMsgList | ( | const tagMsgList * | recvd, |
| const tagMsgList * | expect | ||
| ) |
Definition at line 75 of file CreateDialog.c.
Referenced by Test_CreateDialogW().
| void DumpMsgList | ( | const char * | lstName, |
| const tagMsgList * | ml | ||
| ) |
Definition at line 56 of file CreateDialog.c.
Referenced by CmpMsgList().
| START_TEST | ( | CreateDialog | ) |
Definition at line 198 of file CreateDialog.c.
| void Test_CreateDialogW | ( | ) |
Definition at line 159 of file CreateDialog.c.
Referenced by START_TEST().
Definition at line 124 of file CreateDialog.c.
Referenced by Test_CreateDialogW().
Definition at line 140 of file CreateDialog.c.
Referenced by Test_CreateDialogW().
|
static |
Definition at line 34 of file CreateDialog.c.
Referenced by Test_CreateDialogW(), Test_CreateDialogW_DLGPROC(), and Test_CreateDialogW_WNDPROC().
| const tagMsgList t1msgList |
Definition at line 37 of file CreateDialog.c.
Referenced by Test_CreateDialogW().