/
SetDriverOptions1Flag
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 .
, multiple selections available,
Related content
SetDriverOptions2Flag
SetDriverOptions2Flag
More like this
SetDriverOptions
SetDriverOptions
More like this
setPadSettings
setPadSettings
More like this
SetDriverLong
SetDriverLong
More like this
Driver Options
Driver Options
More like this
SetConfigurationVariable
SetConfigurationVariable
More like this