Skip to content
SiteEmail

cohtml::IDataStorageResponse

Response that the application should use when the data storage has been read.

#include <DataStorage.h>

Name
enumStatus { Success, Failure}
Name
IDataStorageResponse()
virtual~IDataStorageResponse()
virtual void *GetSpace(unsigned long long size) =0
Allocates space where to put the data read.
virtual voidFinish(Status status) =0
Call when the data has been read or the read failed.
EnumeratorValueDescription
Success
Failure
IDataStorageResponse()
virtual ~IDataStorageResponse()
virtual void * GetSpace(
unsigned long long size
) =0

Allocates space where to put the data read.

virtual void Finish(
Status status
) =0

Call when the data has been read or the read failed.