ReactOS 0.4.16-dev-833-g4bc97ad
|
#include <dinput_private.h>
Public Attributes | |
const char * | name |
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) |
Definition at line 55 of file dinput_private.h.
HRESULT(* dinput_device::create_device) (IDirectInputImpl *dinput, REFGUID rguid, REFIID riid, LPVOID *pdev, int unicode) |
Definition at line 59 of file dinput_private.h.
HRESULT(* dinput_device::enum_deviceA) (DWORD dwDevType, DWORD dwFlags, LPDIDEVICEINSTANCEA lpddi, DWORD version, int id) |
Definition at line 57 of file dinput_private.h.
HRESULT(* dinput_device::enum_deviceW) (DWORD dwDevType, DWORD dwFlags, LPDIDEVICEINSTANCEW lpddi, DWORD version, int id) |
Definition at line 58 of file dinput_private.h.
Definition at line 56 of file dinput_private.h.