UFT Extensibility library 1.2
IRecordSuppressor Interface
Description
Services the Testing Agent uses to suppress native UFT 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 SuppressInstructs UFT to stop native UFT recording of the specified objects.
Public Method UnSuppressCancels suppression of native UFT recording of the specified objects.
See Also