SetDriverOptions2Flag


Declaration

Delphi

procedure SetDriverOptions2Flag(OptionID: Integer; Enable: Boolean);

C/C++

SOPAD_API void SOPAD_SetDriverOptions2Flag(DWORD OptionID, BOOL Enable ); _stdcall;

ActiveX

HRESULT _stdcall SetDriverOptions2Flag([in] long OptionID, [in] VARIANT_BOOL Enable);

Description

This procedure configures options_2  of the driver.

Arguments

OptionID : integer

allows any of the values listed in the Driver Options section.

Enable : Boolean

true to set Option ; false to disable Option .