chsvlib
chsv helper source code
IErrorInfo Struct Referenceabstract

An interface that must be implemented by any class implementing an object to hold error information processed by the SetLastChsvErrorInformation and GetLastChsvErrorInfo. More...

#include <chsverr.h>

Public Member Functions

virtual bool Serialize (void *pBuffer, std::size_t *pcbBuffer) const =0
 Writes error information structured by the class implementation to the plaintext memory. More...
 
virtual bool ConstructFromRaw (const void *pRaw, std::size_t cbRaw)=0
 Reads the error information from the plaintext memory and constructs the error information object from it. More...
 

Detailed Description

An interface that must be implemented by any class implementing an object to hold error information processed by the SetLastChsvErrorInformation and GetLastChsvErrorInfo.


The documentation for this struct was generated from the following file: