ReactOS 0.4.16-dev-122-g325d74c
|
#include <stdio.h>
#include <wine/test.h>
#include <winbase.h>
#include "dde.h"
#include "ddeml.h"
#include "winuser.h"
#include "shlobj.h"
Go to the source code of this file.
Functions | |
static | HRESULT (WINAPI *pSHGetLocalizedName)(LPCWSTR |
static int *static void | init_function_pointers (void) |
static BOOL | use_common (void) |
static BOOL | full_title (void) |
static void | init_strings (void) |
static HDDEDATA CALLBACK | DdeCallback (UINT type, UINT format, HCONV hConv, HSZ hsz1, HSZ hsz2, HDDEDATA hDDEData, ULONG_PTR data1, ULONG_PTR data2) |
static UINT | dde_execute (DWORD instance, HCONV hconv, const char *command_str) |
static char * | dde_request (DWORD instance, HCONV hconv, const char *request_str) |
static BOOL | check_window_exists (const char *name) |
static BOOL | check_exists (const char *name) |
static void | test_parser (DWORD instance, HCONV hConv) |
static void | test_progman_dde (DWORD instance, HCONV hConv) |
static void | test_progman_dde2 (DWORD instance, HCONV hConv) |
static BOOL | check_in_programs_list (const char *list, const char *group) |
static void | test_request_groups (DWORD instance, HCONV hconv) |
START_TEST (progman_dde) | |
Variables | |
static | LPWSTR |
static | UINT |
static char | ProgramsDir [MAX_PATH] |
Definition at line 181 of file progman_dde.c.
Referenced by test_parser(), test_progman_dde(), and test_progman_dde2().
Definition at line 383 of file progman_dde.c.
Referenced by test_request_groups().
Definition at line 152 of file progman_dde.c.
Referenced by test_parser(), and test_progman_dde().
Definition at line 117 of file progman_dde.c.
Referenced by test_parser(), test_progman_dde(), and test_progman_dde2().
Definition at line 134 of file progman_dde.c.
Referenced by test_request_groups().
|
static |
Definition at line 110 of file progman_dde.c.
Referenced by START_TEST().
Definition at line 80 of file progman_dde.c.
Referenced by check_window_exists().
Definition at line 39 of file progman_dde.c.
Referenced by START_TEST().
Definition at line 92 of file progman_dde.c.
Referenced by START_TEST().
START_TEST | ( | progman_dde | ) |
Definition at line 418 of file progman_dde.c.
Definition at line 191 of file progman_dde.c.
Referenced by START_TEST().
Definition at line 260 of file progman_dde.c.
Referenced by START_TEST().
Definition at line 369 of file progman_dde.c.
Referenced by START_TEST().
Definition at line 395 of file progman_dde.c.
Referenced by START_TEST().
Definition at line 47 of file progman_dde.c.
Referenced by init_strings().
Definition at line 37 of file progman_dde.c.
Definition at line 90 of file progman_dde.c.
Referenced by check_exists(), check_window_exists(), init_strings(), and test_request_groups().
Definition at line 37 of file progman_dde.c.