chsvlib
chsv helper source code

◆ ConstructFromRaw()

virtual bool ConstructFromRaw ( const void *  pRaw,
std::size_t  cbRaw 
)
pure virtual

Reads the error information from the plaintext memory and constructs the error information object from it.

Parameters
pRawis a pointer to the memory with plaintext data describing the error information object to be constructed. This is the same data constructed using the Serialize method.
cbRawis a bytes length of the memory pointed to by the pRaw parameter.