ReactOS 0.4.16-dev-240-gdb5fa3b
|
#include <apitest.h>
#include <stdio.h>
#include <assert.h>
#include <winuser.h>
#include <winreg.h>
#include <winsvc.h>
#include <setupapi.h>
#include <strsafe.h>
Go to the source code of this file.
Functions | |
static void | create_inf_file (LPCSTR filename, const char *data) |
static LRESULT CALLBACK | cbt_hook_proc (int nCode, WPARAM wParam, LPARAM lParam) |
static void | test_SetupInstallServicesFromInfSectionExA (void) |
static void | test_SetupInstallServicesFromInfSectionExW (void) |
START_TEST (SetupInstallServicesFromInfSectionEx) | |
Variables | |
static const char | inffile [] = "test.inf" |
static char | CURR_DIR [MAX_PATH] |
static HHOOK | hhook |
Definition at line 49 of file SetupInstallServicesFromInfSectionEx.c.
Referenced by START_TEST().
Definition at line 35 of file SetupInstallServicesFromInfSectionEx.c.
START_TEST | ( | SetupInstallServicesFromInfSectionEx | ) |
Definition at line 366 of file SetupInstallServicesFromInfSectionEx.c.
Definition at line 54 of file SetupInstallServicesFromInfSectionEx.c.
Referenced by START_TEST().
Definition at line 209 of file SetupInstallServicesFromInfSectionEx.c.
Referenced by START_TEST().
Definition at line 31 of file SetupInstallServicesFromInfSectionEx.c.
Referenced by START_TEST(), test_SetupInstallServicesFromInfSectionExA(), and test_SetupInstallServicesFromInfSectionExW().
|
static |
Definition at line 48 of file SetupInstallServicesFromInfSectionEx.c.
Referenced by cbt_hook_proc(), START_TEST(), test_set_hook(), and test_winevents().
Definition at line 30 of file SetupInstallServicesFromInfSectionEx.c.
Referenced by test_SetupInstallServicesFromInfSectionExA(), and test_SetupInstallServicesFromInfSectionExW().