/
getPadSettings
getPadSettings
Declaration
Delphi
function getPadSettings(oldSettings, CertStr: ShortString): ShortString;
C/C++
SOPAD_API void SOPAD_getPadSettings(const char* szOldSettings, const char* szCertStr, char szNewSettings[SOPAD_MAX_STRING_LENGTH]);
ActiveX
HRESULT getPadSettings([in, out] BSTR* oldSettings, [in, out] BSTR* certStr);
Description
Important: this procedure is obsolete. New programs should use configurePad.
, multiple selections available,
Related content
setPadSettings
setPadSettings
More like this
GetRegistryPadSettings
GetRegistryPadSettings
More like this
SignPadResetConfiguration
SignPadResetConfiguration
More like this
GetConfigurationVariable
GetConfigurationVariable
More like this
GetConfigurationVariableString
GetConfigurationVariableString
More like this
SetConfigurationVariable
SetConfigurationVariable
More like this