/
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!