/
SetDriverOptions
SetDriverOptions
Declaration
Delphi
procedure SetDriverOptions(Options1, Options2: Cardinal);
C/C++
SOPAD_API void SOPAD_setDriverOptions(DWORD Options1, DWORD Options2);
ActiveX
HRESULT SetDriverOptions([in] long Options1, [in] long Options2);
Description
This procedure configures options of the driver.
Arguments
Options1
allows to combine any of the values listed in the Driver Options section.
Options2
reserved for future use, set it to 0.
, multiple selections available,
Related content
SetDriverOptions1Flag
SetDriverOptions1Flag
More like this
SetDriverOptions2Flag
SetDriverOptions2Flag
More like this
setPadSettings
setPadSettings
More like this
SetDriverLong
SetDriverLong
More like this
GetDriverLong
GetDriverLong
More like this
Driver Options
Driver Options
More like this