RecordStatus Enumeration
Return values for IRecord.OnMessage.
Syntax
'Declaration
 
<System.Runtime.InteropServices.ComVisibleAttribute(False)>
Public Enum RecordStatus 
   Inherits System.Enum
[System.Runtime.InteropServices.ComVisible(false)]
public enum RecordStatus : System.Enum 
Members
MemberDescription
RECORD_AS_OBJECTMessage was not handled by the custom server and will not be handled according to the Test Object type.

The container Test Object records the message as an swfObject.

RECORD_CONTINUEMessage was not handled by the custom server.

The container Test Object passes the message to an internal object different from the Custom Server, or to a new Test Object.

RECORD_DEFAULTMessage was not handled by the custom server.

The container Test Object performs the default recording for the Test Object type.

RECORD_HANDLEDMessage was handled by the Custom Server.

The Test Object does nothing with the message.

Remarks
These values instruct the container Test object how to handle the captured window message.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Mercury.QTP.CustomServer.RecordStatus