/
SetDriverOptions2Flag

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 .

Related content

SetDriverOptions1Flag
SetDriverOptions1Flag
More like this
SetDriverOptions
SetDriverOptions
More like this
setPadSettings
More like this
SetDriverLong
More like this
Driver Options
More like this
FinalizeDLL, PrepareExit
FinalizeDLL, PrepareExit
More like this