beautypg.com

Save, Load – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 640

background image


Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual

ITargetEmulEngine 640

Save

Void Save (

BSTR bstrFileName,

long* plRetVal);


Inputs
BSTR bstrFileName Path and name of a file for saving target emulator.
long* plRetVal

Error code. If the function call was corrected, the error code is zero.


Return Value
None.

Remark
Saves target emulator to a file.

See Also

Load

Load

Void Load (

BSTR bstrFileName,

long* plRetVal);


Inputs
BSTR bstrFileName Path and name of a file for loading target emulator.
long* plRetVal

Error code. If the function call was corrected, the error code is zero.


Return Value
None.

Remark
Loads target emulator from a file.

See Also

Save