sigDevSetup
Declaration
function sigDevSetup(var sSigSettings: WideString): WordBool; safecall;
Description
This function invokes signature device configuration dialog from StepOver Signature Device Driver. It uses ActiveX interface to access the driver, so StepOverSignatureDevice1.ocx must be properly registered.
If device configuration finished successfully, sigDeviceSetup returns True and writes device configuration string to sSigSettings variable and also in Program.ini file, located in the same folder where SOSigOffice.exe is. Path to this folder should be set in registry key as described in the Installation section.
If device was not found or an error occured during configuration, function returns False. In this case sSigSettings value must be ignored.