KSC Open API
Kaspersky Security Center API description
params PackagesApi::GetIncompatibleAppsInfo ( int  nPackageId)

Get incompatible apps info.

Parameters:
nPackageId(int) Package ID.
Returns:
(paramParams) Incompatible apps info.
  • "KLPKG_GIAI_RESULT" - Is operation completed successfully (paramBool)
  • "KLPKG_GIAI_INFO" - Info (paramParams)
    • "KLPKG_IncompatibleAppInfoType" - Info type (enum) (paramInt)
      • 0 = Plain text
    • "KLPKG_IncompatibleAppInfoPlainText" - Info data (paramString)
  • "KLPKG_GIAI_CAN_REMOVE_BY_INSTALLER" - Is delete-incompatible-apps supported
  • "KLPKG_GIAI_REMOVE_BY_INSTALLER" - Should incompatible-apps be deleted by installer
Exceptions:
Throwsexception in case of error.