SetDriverOptions1Flag
Declaration
Delphi
procedure SetDriverOptions1Flag(OptionID: Integer; Enable: Boolean);
C/C++
SOPAD_API void SOPAD_SetDriverOptions1Flag(DWORD OptionID, BOOLÂ Enable ); _stdcall;
ActiveX
HRESULT _stdcall SetDriverOptions1Flag([in] long OptionID, [in] VARIANT_BOOL Enable);
Description
This procedure configures options_1 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 .