Forum Discussion
HKosova
Alumni
14 years agoHi Rebecca,
From the ppszwResponse parameter name, it seems to be a pointer to a Unicode string or a pointer to an array of Unicode strings. These data types are different from VBScript strings, that's why, a simple assignment doesn't work.
To figure out how to use the
ppszwResponse
parameter in TestComplete scripts, we'll need the following information:
* The event handler interface declaration (for example, an IDL file).
* An example in C++ (or whatever language the component is written in) that shows how to fire this event and use its parameters.
Could you please ask your developers for this information, and then post it here? If you don't want to post it on a public forum, you can open a support ticket (that's private) and attach it there.
From the ppszwResponse parameter name, it seems to be a pointer to a Unicode string or a pointer to an array of Unicode strings. These data types are different from VBScript strings, that's why, a simple assignment doesn't work.
To figure out how to use the
ppszwResponse
parameter in TestComplete scripts, we'll need the following information:
* The event handler interface declaration (for example, an IDL file).
* An example in C++ (or whatever language the component is written in) that shows how to fire this event and use its parameters.
Could you please ask your developers for this information, and then post it here? If you don't want to post it on a public forum, you can open a support ticket (that's private) and attach it there.