IDirectInputDevice8A

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Windows)
extern (C)
interface IDirectInputDevice8A : IUnknown {}

Members

Functions

Acquire
HRESULT Acquire()
Undocumented in source.
BuildActionMap
HRESULT BuildActionMap(DIACTIONFORMATA* , LPCSTR , DWORD )
Undocumented in source.
CreateEffect
HRESULT CreateEffect(GUID* , DIEFFECT* , IDirectInputEffect* , IUnknown )
Undocumented in source.
EnumCreatedEffectObjects
HRESULT EnumCreatedEffectObjects(LPDIENUMCREATEDEFFECTOBJECTSCALLBACK , LPVOID , DWORD )
Undocumented in source.
EnumEffects
HRESULT EnumEffects(LPDIENUMEFFECTSCALLBACKA , LPVOID , DWORD )
Undocumented in source.
EnumEffectsInFile
HRESULT EnumEffectsInFile(LPCSTR , LPDIENUMEFFECTSINFILECALLBACK , LPVOID , DWORD )
Undocumented in source.
EnumObjects
HRESULT EnumObjects(LPDIENUMDEVICEOBJECTSCALLBACKA , VOID* , DWORD )
Undocumented in source.
Escape
HRESULT Escape(DIEFFESCAPE* )
Undocumented in source.
GetCapabilities
HRESULT GetCapabilities(DIDEVCAPS* )
Undocumented in source.
GetDeviceData
HRESULT GetDeviceData(DWORD , DIDEVICEOBJECTDATA* , LPDWORD , DWORD )
Undocumented in source.
GetDeviceInfo
HRESULT GetDeviceInfo(DIDEVICEINSTANCEA* )
Undocumented in source.
GetDeviceState
HRESULT GetDeviceState(DWORD , LPVOID )
Undocumented in source.
GetEffectInfo
HRESULT GetEffectInfo(DIEFFECTINFOA* , GUID* )
Undocumented in source.
GetForceFeedbackState
HRESULT GetForceFeedbackState(LPDWORD )
Undocumented in source.
GetImageInfo
HRESULT GetImageInfo(DIDEVICEIMAGEINFOHEADERA* )
Undocumented in source.
GetObjectInfo
HRESULT GetObjectInfo(DIDEVICEOBJECTINSTANCEA* , DWORD , DWORD )
Undocumented in source.
GetProperty
HRESULT GetProperty(GUID* , DIPROPHEADER* )
Undocumented in source.
Initialize
HRESULT Initialize(HINSTANCE , DWORD , GUID* )
Undocumented in source.
Poll
HRESULT Poll()
Undocumented in source.
RunControlPanel
HRESULT RunControlPanel(HWND , DWORD )
Undocumented in source.
SendDeviceData
HRESULT SendDeviceData(DWORD , DIDEVICEOBJECTDATA* , LPDWORD , DWORD )
Undocumented in source.
SendForceFeedbackCommand
HRESULT SendForceFeedbackCommand(DWORD )
Undocumented in source.
SetActionMap
HRESULT SetActionMap(DIACTIONFORMATA* , LPCSTR , DWORD )
Undocumented in source.
SetCooperativeLevel
HRESULT SetCooperativeLevel(HWND , DWORD )
Undocumented in source.
SetDataFormat
HRESULT SetDataFormat(DIDATAFORMAT* )
Undocumented in source.
SetEventNotification
HRESULT SetEventNotification(HANDLE )
Undocumented in source.
SetProperty
HRESULT SetProperty(GUID* , DIPROPHEADER* )
Undocumented in source.
Unacquire
HRESULT Unacquire()
Undocumented in source.
WriteEffectToFile
HRESULT WriteEffectToFile(LPCSTR , DWORD , DIFILEEFFECT* , DWORD )
Undocumented in source.

Inherited Members

From IUnknown

QueryInterface
HRESULT QueryInterface(IID* riid, void** pvObject)
Undocumented in source.
AddRef
ULONG AddRef()
Undocumented in source.
Release
ULONG Release()
Undocumented in source.

Meta