chsvlib
chsv helper source code

◆ GetLastChsvErrorInformation()

CErrorInfoImpl Chusov::GetLastChsvErrorInformation ( )

Returns the last extra error description as specified by a call to SetLastChsvErrorInfo(unsigned long nError, const CErrorInfoImpl& refErrorInfo) NOTHROW.

Warning
The function must not be used together with SetLastChsvErrorWC(chsverror_t nChsvError), SetLastChsvErrorInfoWC(chsverror_t nChsvError, unsigned long nWin32Error, errno_t nCError), GetLastChsvErrorWin32() or GetLastChsvErrorC() as it results to an undefined behavior including memory corruptions.
Remarks
Declared in chsverr.h.