- AddRef
ULONG function(THIS_) AddRef;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ConfigureDevices
HRESULT function(THIS_, LPDICONFIGUREDEVICESCALLBACK, LPDICONFIGUREDEVICESPARAMSW lpdiCDParams, DWORD dwFlags, LPVOID pvRefData) ConfigureDevices;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateDevice
HRESULT function(THIS_, REFGUID rguid, LPDIRECTINPUTDEVICE8W* lplpDirectInputDevice, LPUNKNOWN pUnkOuter) CreateDevice;
IDirectInput8W methods **
- EnumDevices
HRESULT function(THIS_, DWORD dwDevType, LPDIENUMDEVICESCALLBACKW lpCallback, LPVOID pvRef, DWORD dwFlags) EnumDevices;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- EnumDevicesBySemantics
HRESULT function(THIS_, LPCWSTR ptszUserName, LPDIACTIONFORMATW lpdiActionFormat, LPDIENUMDEVICESBYSEMANTICSCBW lpCallback, LPVOID pvRef, DWORD dwFlags) EnumDevicesBySemantics;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FindDevice
HRESULT function(THIS_, REFGUID rguid, LPCWSTR pszName, LPGUID pguidInstance) FindDevice;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDeviceStatus
HRESULT function(THIS_, REFGUID rguidInstance) GetDeviceStatus;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Initialize
HRESULT function(THIS_, HINSTANCE hinst, DWORD dwVersion) Initialize;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- QueryInterface
HRESULT function(THIS_, REFIID riid, void** ppvObject) QueryInterface;
- Release
ULONG function(THIS_) Release;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- RunControlPanel
HRESULT function(THIS_, HWND hwndOwner, DWORD dwFlags) RunControlPanel;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.