UFT Extensibility library 1.2
IRecordSuppressor Interface
Description
Services the Testing Agent uses to suppress recording at run-time.
Object Model
IRecordSuppressor Interface
Remarks
Dynamic suppression using this interface uses window handles (HWND) and process IDs passed in the Suppression xml. Since these values are not persistent, they must be read from the system in each every test run and the suppression registered anew during each run using the currently valid identifiers. 
Public Methods
Public Method SuppressSpecifies not to record the specified objects.
Public Method UnSuppressCancels the suppression of recording of the specified objects.