CHAILink SDK
Version 1.3
|
typedef void(* ARH_REMOTEDEVICE_RESTORESNAPSHOTDATA)(Errors const returnCode, CPUINT32 const dwNextOffset, CPUINT32 const dwSnapshotContextData, CPUINT32 const dwClientContextData) |
End of asynchronous for RemoteDevice_RestoreSnapshotData_Async function call.
[in] | returnCode | Operation's return code. |
[in] | dwLastOffset | Offset of the data block just restored |
[in] | dwSnapshotContextData | Context data to be used for next call to RemoteDevice_RestoreSnapshotData_Async |
[in] | dwClientContextData | Context data passed to the CHAI during previous RemoteDevice_RestoreSnapshotData_Async function call. |