/
SetConfigurationVariable
SetConfigurationVariable
Delphi
function SetConfigurationVariable(Name: ShortString; value: Integer): Integer;
C/C++
SOPAD_API int SOPAD_SetConfigurationVariable(char* Name, int value);
ActiveX
HRESULT SetConfigurationVariable([in] BSTR* Name, [in] Integer value);
Description
Set the Value for a specific Device system Variable
Arguments
Name: String;
e.g. "so.pad.security.open.event.cache" (note: returns the open state cache from Device)
value: string
Data content
Return value
This function return a integer: 0= no errors!
, multiple selections available,
Related content
SetDriverLong
SetDriverLong
More like this
OnGetNotaryInfo
OnGetNotaryInfo
More like this
PadConnector Pro XML (ES)
PadConnector Pro XML (ES)
More like this
OnGetDeviceCertificate
OnGetDeviceCertificate
More like this
OnGetDeviceXMLCertificate
OnGetDeviceXMLCertificate
More like this
Server (TCP) for 64 bit applications
Server (TCP) for 64 bit applications
More like this