ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include "windows.h"
#include "shobjidl.h"
#include "shlguid.h"
#include "shldisp.h"
#include "shlobj.h"
#include "wine/heap.h"
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | string_enumerator |
Macros | |
#define | COBJMACROS |
#define | check_dropdown(acdropdown, hwnd_edit, list, list_num) check_dropdown_(__FILE__, __LINE__, acdropdown, hwnd_edit, list, list_num) |
Variables | |
static HWND | hMainWnd |
static HWND | hEdit |
static HINSTANCE | hinst |
static int | killfocus_count |
static WNDPROC | HijackerWndProc_prev |
static const WCHAR | HijackerWndProc_txt [] = {'H','i','j','a','c','k','e','d',0} |
static IEnumStringVtbl | string_enumerator_vtbl |
static IACListVtbl | aclist_vtbl |
#define check_dropdown | ( | acdropdown, | |
hwnd_edit, | |||
list, | |||
list_num | |||
) | check_dropdown_(__FILE__, __LINE__, acdropdown, hwnd_edit, list, list_num) |
Definition at line 453 of file autocomplete.c.
#define COBJMACROS |
Definition at line 21 of file autocomplete.c.
Definition at line 394 of file autocomplete.c.
Definition at line 404 of file autocomplete.c.
Definition at line 389 of file autocomplete.c.
Definition at line 399 of file autocomplete.c.
|
static |
Definition at line 454 of file autocomplete.c.
Definition at line 220 of file autocomplete.c.
Referenced by START_TEST().
Definition at line 442 of file autocomplete.c.
Referenced by test_aclist_expand(), test_custom_source(), and test_prefix_filtering().
|
static |
Definition at line 241 of file autocomplete.c.
Referenced by test_custom_source().
|
static |
Definition at line 256 of file autocomplete.c.
Referenced by test_custom_source().
|
static |
Definition at line 384 of file autocomplete.c.
|
static |
Definition at line 282 of file autocomplete.c.
Definition at line 203 of file autocomplete.c.
Referenced by createMainWnd().
START_TEST | ( | autocomplete | ) |
Definition at line 815 of file autocomplete.c.
|
static |
Definition at line 304 of file autocomplete.c.
Referenced by aclist_AddRef().
|
static |
Definition at line 367 of file autocomplete.c.
Definition at line 425 of file autocomplete.c.
Referenced by test_custom_source(), and test_prefix_filtering().
|
static |
Definition at line 325 of file autocomplete.c.
|
static |
Definition at line 287 of file autocomplete.c.
Referenced by aclist_QueryInterface().
|
static |
Definition at line 313 of file autocomplete.c.
Referenced by aclist_Release().
|
static |
Definition at line 348 of file autocomplete.c.
|
static |
Definition at line 358 of file autocomplete.c.
|
static |
Definition at line 497 of file autocomplete.c.
Referenced by test_custom_source().
Definition at line 692 of file autocomplete.c.
Referenced by START_TEST().
|
static |
Definition at line 141 of file autocomplete.c.
Referenced by START_TEST().
Definition at line 38 of file autocomplete.c.
Referenced by START_TEST().
Definition at line 193 of file autocomplete.c.
Referenced by START_TEST().
Definition at line 566 of file autocomplete.c.
Referenced by test_custom_source().
|
static |
Definition at line 417 of file autocomplete.c.
Referenced by string_enumerator_create().
|
static |
Definition at line 34 of file autocomplete.c.
Referenced by DoFileOpen(), DoFileSave(), InLabelEdit(), LoadTextFileToEdit(), MDIChildWndProc(), MoreOptDlgProc(), MyWndProc(), OnImage(), CDefView::OnNotify(), OnTarget(), PipeReadThread(), SaveTextFileFromEdit(), ShowErrorTip(), START_TEST(), test_combo_editselection(), test_combo_editselection_focus(), test_comboex_subclass(), test_comboex_WM_LBUTTONDOWN(), test_editselection(), test_editselection_focus(), test_EM_GETHANDLE(), test_focus(), test_init(), test_invalid_init(), test_killfocus(), test_paste(), and test_WM_LBUTTONDOWN().
|
static |
Definition at line 239 of file autocomplete.c.
Referenced by HijackerWndProc(), HijackerWndProc2(), and test_custom_source().
Definition at line 240 of file autocomplete.c.
Referenced by HijackerWndProc(), HijackerWndProc2(), and test_custom_source().
|
static |
Definition at line 35 of file autocomplete.c.
Referenced by MyWndProc(), and test_invalid_init().
|
static |
Definition at line 34 of file autocomplete.c.
Referenced by createMainWnd(), START_TEST(), test_custom_source(), and test_invalid_init().
|
static |
Definition at line 36 of file autocomplete.c.
Referenced by MyWndProc(), and test_killfocus().
|
static |
Definition at line 373 of file autocomplete.c.
Referenced by string_enumerator_create().