COM/DCOM protocol overview

Caution: This protocol is supported for replay only. Support for this protocol will be discontinued in future versions.

Each COM function begins with an lrc prefix. You can configure the programming language in which to create a Vuser script as either C or Visual Basic.

Each COM/DCOM Vuser script contains the following:

  • Interface pointer and other variable declarations in the interfaces.h file.

  • Function calls that you can define in the vuser_init, actions or vuser_end sections of the Vuser file.

  • A user.h file containing the translation of the Vuser script into low level calls.

Back to top