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.