GetConfigurationVariable
Declaration
Delphi
function GetConfigurationVariable(Name: ShortString; var value: Integer): Integer;
C/C++
SOPAD_API int SOPAD_GetConfigurationVariable(char*Â Name, int* value);
ActiveX
HRESULT GetConfigurationVariable([in] BSTR* Name, [out, retval] Integer* value);
Description
Get 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!