3.2.4.16 RemediateAntispyware Abstract Interface

This abstract interface is called either to activate the spyware software or to update the spyware software signatures.

 DWORD RemediateSpyware(
     BOOL activate);

activate: If set to TRUE, this interface activates the spyware software. If set to FALSE, this interface updates the spyware signatures.

Return Values

Value

Description

S_OK (0x00000000)

The operation has started. Either spyware is being enabled or signatures are being updated, depending on the value of the activate parameter.

E_FAIL (0x80004005)

The operation failed.