/
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.

Related content

SetDriverOptions1Flag
SetDriverOptions1Flag
More like this
SetDriverOptions2Flag
SetDriverOptions2Flag
More like this
setPadSettings
More like this
SetDriverLong
More like this
GetDriverLong
More like this
Driver Options
More like this