C# SDK

◆ GetHistoryList()

static int GetHistoryList ( out SError  Error,
out SHistoryRecord []  HistoryArr,
bool  bSearchAddress,
Int32  MaxTime 
)
inlinestatic

The function returns the list of items in History.

Parameters
ErrorAdditional error information returned from Drive.
HistoryArrArray of SHistoryRecord which contains retrieved items.
bSearchAddressSpecify whether GetHistoryList searches for address or not. If bSearchAddress=true GetHistoryList fills address member of each HistoryArr item (see SHistoryRecord class) with corresponding address.
MaxTimeMaximum of time (in milliseconds) function can take. If MaxTime=0 function execution is not time limited.
Returns
1 if successful, other value otherwise.



Possible error codes returned from Drive are:

  • 0 - Function not succeeded.
  • 1 - Function succeeded.
  • 2 - Drive not succeeded.
  • 3 - Function reached timeout.



References SError.SizeOf().