PINTERFACE Data Type

Certain properties and methods have a pointer to an ActiveX interface as their return type, for example, a pointer to an IDispatch interface. Such a pointer is represented in 4Test as a PINTERFACE type.

4Test defines this alias data type as follows:

type PINTERFACE is LONG

The interface pointed to cannot be called directly from Silk Test Classic; however, the pointer can be processed further by passing it to a method or property that accepts a pointer.