Getserialscsicaptureprojectptr, Getserialscsiextractionptr, Next section – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 185
Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ISASAPISrvs 185
GetSerialSCSICaptureProjectPtr
LPDISPATCH GetSerialSCSICaptureProjectPtr();
Inputs
Return Value
Returns the dispatch interface of the created SerialSCSICaptureProject.
Remark
This method creates the ISerialSCSICaptureProject interface and retuns the dispatch interface of
the created class. You must call QueryInterface to retrieve the ISerialSCSICaptureProject
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
GetSerialSCSIExtractionPtr
LPDISPATCH GetSerialSCSIExtractionPtr();
Inputs
Return Value
Returns the dispatch interface of the created SerialSCSIExtractionProject.
Remark
This method creates the ISerialSCSIExtraction interface and retuns the dispatch
interface of the created class. You must call QueryInterface to retrieve the
ISerialSCSIExtraction 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