KSC Open API
Kaspersky Security Center API description
params ModulesIntegrityCheck::GetIntegrityCheckInfo ( )

Returns integrity check info.

Returns:
ParamsPtr container with following values:
  • "IsInvoked" of type (paramBool) true if integrity checking was invoked, false - otherwise
  • "ResultCode" of type (paramInt) integrity check utility result code, make sense if IsInvoked is true
  • "ResultText" (paramString) integrity check utility result text, make sense if IsInvoked is true
Note:
Values ResultCode and ResultText make sense if IsInvoked is true