Home
last modified time | relevance | path

Searched refs:lpSystemError (Results 1 – 4 of 4) sorted by relevance

/dports/games/hllib/HLLib/
H A DError.cpp20 *this->lpSystemError = '\0'; in CError()
47 return this->lpSystemError; in GetSystemErrorMessage()
65 …tFormattedError, "Error (0x%.8x): %s %s", this->uiSystemError, this->lpError, this->lpSystemError); in GetShortFormattedErrorMessage()
86 …rror:\n%s\n\nSystem Error (0x%.8x):\n%s", this->lpError, this->uiSystemError, this->lpSystemError); in GetLongFormattedErrorMessage()
105 *this->lpSystemError = '\0'; in SetErrorMessageFormated()
127 strcpy(this->lpSystemError, (hlChar *)lpMessage);
137 strcpy(this->lpSystemError, lpMessage);
140 hlUInt uiLength = (hlUInt)strlen(this->lpSystemError);
142 while(uiLength >= 0 && isspace(this->lpSystemError[uiLength - 1]))
146 this->lpSystemError[uiLength] = '\0';
[all …]
H A DError.h29 hlChar lpSystemError[ERROR_STRING_SIZE]; variable
/dports/archivers/hlextract/HLLib/
H A DError.cpp20 *this->lpSystemError = '\0'; in CError()
47 return this->lpSystemError; in GetSystemErrorMessage()
65 …tFormattedError, "Error (0x%.8x): %s %s", this->uiSystemError, this->lpError, this->lpSystemError); in GetShortFormattedErrorMessage()
86 …rror:\n%s\n\nSystem Error (0x%.8x):\n%s", this->lpError, this->uiSystemError, this->lpSystemError); in GetLongFormattedErrorMessage()
105 *this->lpSystemError = '\0'; in SetErrorMessageFormated()
127 strcpy(this->lpSystemError, (hlChar *)lpMessage);
137 strcpy(this->lpSystemError, lpMessage);
140 hlUInt uiLength = (hlUInt)strlen(this->lpSystemError);
142 while(uiLength >= 0 && isspace(this->lpSystemError[uiLength - 1]))
146 this->lpSystemError[uiLength] = '\0';
[all …]
H A DError.h29 hlChar lpSystemError[ERROR_STRING_SIZE]; variable