SetConfigurationVariableString

 

Delphi

function SetConfigurationVariableString(Name: ShortString;  value: PANSICHAR): Integer;

 

C/C++

SOPAD_API int SOPAD_SetConfigurationVariableString(char *name , char* value);

 

ActiveX

HRESULT SetConfigurationVariableString([in] BSTR Name, [in] BSTR* value);

 

 

 

Description

 

Set the Value for a specific Device system Variable

 

 

Arguments

 

Name: String;

 

e.g.  "so.pad.security.open.event.cache"   (note: changes the open state cache on Device)

 

 

value: string

Data content

 

 

Return value

This function return a integer: 0= no errors!

 

 

 

Example