ReactOS 0.4.16-dev-297-gc569aee
|
#include <initguid.h>
#include <windows.h>
#include <dinput.h>
#include <dinputd.h>
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | enum_devices_test |
Macros | |
#define | DIRECTINPUT_VERSION 0x0700 |
#define | COBJMACROS |
Enumerations | |
enum | directinput_versions { DIRECTINPUT_VERSION_300 = 0x0300 , DIRECTINPUT_VERSION_500 = 0x0500 , DIRECTINPUT_VERSION_50A = 0x050A , DIRECTINPUT_VERSION_5B2 = 0x05B2 , DIRECTINPUT_VERSION_602 = 0x0602 , DIRECTINPUT_VERSION_61A = 0x061A , DIRECTINPUT_VERSION_700 = 0x0700 , DIRECTINPUT_VERSION_300 = 0x0300 , DIRECTINPUT_VERSION_500 = 0x0500 , DIRECTINPUT_VERSION_50A = 0x050A , DIRECTINPUT_VERSION_5B2 = 0x05B2 , DIRECTINPUT_VERSION_602 = 0x0602 , DIRECTINPUT_VERSION_61A = 0x061A , DIRECTINPUT_VERSION_700 = 0x0700 } |
Functions | |
static | HRESULT (WINAPI *pDirectInputCreateEx)(HINSTANCE |
static BOOL CALLBACK | dummy_callback (const DIDEVICEINSTANCEA *instance, void *context) |
static void | test_preinitialization (void) |
static void | test_DirectInputCreateEx (void) |
static void | test_QueryInterface (void) |
static void | test_CreateDevice (void) |
static BOOL CALLBACK | enum_devices_callback (const DIDEVICEINSTANCEA *instance, void *context) |
static void | test_EnumDevices (void) |
static void | test_GetDeviceStatus (void) |
static void | test_Initialize (void) |
static void | test_RunControlPanel (void) |
static void | test_DirectInputJoyConfig8 (void) |
START_TEST (dinput) | |
Variables | |
HINSTANCE | hInstance |
static const DWORD | directinput_version_list [] |
static | DWORD |
static | REFIID |
static LPVOID | LPUNKNOWN |
Definition at line 31 of file dinput.c.
|
static |
Definition at line 55 of file dinput.c.
Referenced by test_preinitialization().
|
static |
Definition at line 375 of file dinput.c.
Referenced by test_EnumDevices().
START_TEST | ( | dinput | ) |
Definition at line 626 of file dinput.c.
Definition at line 330 of file dinput.c.
Referenced by START_TEST().
Definition at line 154 of file dinput.c.
Referenced by START_TEST().
Definition at line 579 of file dinput.c.
Referenced by START_TEST().
Definition at line 417 of file dinput.c.
Referenced by START_TEST().
Definition at line 478 of file dinput.c.
Referenced by START_TEST().
Definition at line 503 of file dinput.c.
Referenced by START_TEST().
Definition at line 61 of file dinput.c.
Referenced by START_TEST().
Definition at line 266 of file dinput.c.
Referenced by START_TEST(), and test_HTMLDocument().
Definition at line 546 of file dinput.c.
Referenced by START_TEST().
Definition at line 42 of file dinput.c.
Referenced by test_DirectInputCreateEx(), and test_Initialize().
HINSTANCE hInstance |
Definition at line 29 of file dinput.c.
Referenced by START_TEST(), test_CreateDevice(), test_DirectInput8Create(), test_DirectInputCreateEx(), test_DirectInputJoyConfig8(), test_EnumDevices(), test_EnumDevicesBySemantics(), test_GetDeviceStatus(), test_Initialize(), test_QueryInterface(), and test_RunControlPanel().
REFIID |
Definition at line 53 of file dinput.c.
Referenced by test_DirectInput8Create(), test_DirectInputCreateEx(), and test_QueryInterface().