/
GetConfigurationVariable
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!
, multiple selections available,
Related content
SetConfigurationVariable
SetConfigurationVariable
More like this
GetConfigurationVariableString
GetConfigurationVariableString
More like this
SetConfigurationVariableString
SetConfigurationVariableString
More like this
getPadSettings
getPadSettings
More like this
GetDriverString
GetDriverString
More like this
UID_VariableGetValue
UID_VariableGetValue
More like this