SignPadResetConfiguration
Declaration
Delphi
function SignPadResetConfiguration(SoftResetStrategy: Cardinal) :integer; register;
C/C++
int SOPAD_SignPadResetConfiguration(long SoftResetStrategy);
ActiveX
function SignPadResetConfiguration(SoftResetStrategy: Cardinal) :integer; safecall;
Description
immediatly reset (all) variable ==> revert the pad variables to the default configuration set.
Arguments
SoftResetStrategy
(0: slow ==> need to change to ManuFacturerLogoMode DO NOT USE - UNINTENDED BEHAVIOR !!! )
1: fast
Return value
const SOPAD_SUCCESS    = (0);
const SOPAD_FAILURE    = (-1);
const SOPAD_NOTSUPORTED = (-2);