ReactOS 0.4.15-dev-7953-g1f49173
dinput_device Struct Reference

#include <dinput_private.h>

Collaboration diagram for dinput_device:

Public Attributes

const charname
 
HRESULT(* enum_deviceA )(DWORD dwDevType, DWORD dwFlags, LPDIDEVICEINSTANCEA lpddi, DWORD version, int id)
 
HRESULT(* enum_deviceW )(DWORD dwDevType, DWORD dwFlags, LPDIDEVICEINSTANCEW lpddi, DWORD version, int id)
 
HRESULT(* create_device )(IDirectInputImpl *dinput, REFGUID rguid, REFIID riid, LPVOID *pdev, int unicode)
 

Detailed Description

Definition at line 55 of file dinput_private.h.

Member Data Documentation

◆ create_device

HRESULT(* dinput_device::create_device) (IDirectInputImpl *dinput, REFGUID rguid, REFIID riid, LPVOID *pdev, int unicode)

Definition at line 59 of file dinput_private.h.

◆ enum_deviceA

HRESULT(* dinput_device::enum_deviceA) (DWORD dwDevType, DWORD dwFlags, LPDIDEVICEINSTANCEA lpddi, DWORD version, int id)

Definition at line 57 of file dinput_private.h.

◆ enum_deviceW

HRESULT(* dinput_device::enum_deviceW) (DWORD dwDevType, DWORD dwFlags, LPDIDEVICEINSTANCEW lpddi, DWORD version, int id)

Definition at line 58 of file dinput_private.h.

◆ name

const char* dinput_device::name

Definition at line 56 of file dinput_private.h.


The documentation for this struct was generated from the following file: