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!