Gettargetemulengineptr, Getexerciserengineptr – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 186

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ISASAPISrvs 186
GetTargetEmulEnginePtr
LPDISPATCH GetTargetEmulEnginePtr();
Inputs
Return Value
Returns the dispatch interface of the created TargetEmulEngine.
Remark
This method creates the ITargetEmulEngine interface and returns the dispatch interface
of the created class. You must call QueryInterface to retrieve the ITargetEmulEngine
interface from the IDispatch interface.
NOTE: If you use the Trainer module, do not create other interfaces directly. The other
interfaces are returned by functionality provided in this interface.
See Also
GetExerciserEnginePtr
LPDISPATCH GetExerciserEnginePtr();
Input
Return Value
Returns the dispatch interface of the created ExerciserEngine.
Remark
This method creates the IExerciserEngine interface and returns the dispatch interface of
the created class. You must call QueryInterface to retrieve the IExerciserEngine interface
from the IDispatch interface.
NOTE: If you use the Trainer module, do not create other interfaces directly. The other
interfaces are returned by functionality provided in this interface.
See Also