Home
last modified time | relevance | path

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

/dports/games/hllib/HLLib/
H A DError.cpp19 this->uiSystemError = 0; in CError()
42 return this->uiSystemError; in GetSystemError()
52 if(this->uiSystemError == 0) in GetShortFormattedErrorMessage()
65 …sprintf(this->lpShortFormattedError, "Error (0x%.8x): %s %s", this->uiSystemError, this->lpError, … in GetShortFormattedErrorMessage()
73 if(this->uiSystemError == 0) in GetLongFormattedErrorMessage()
86 …ror, "Error:\n%s\n\nSystem Error (0x%.8x):\n%s", this->lpError, this->uiSystemError, this->lpSyste… in GetLongFormattedErrorMessage()
104 this->uiSystemError = 0; in SetErrorMessageFormated()
121 this->uiSystemError = GetLastError();
125 …MAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, NULL, this->uiSystemError, MAKELANGID(LA…
131 this->uiSystemError = (hlUInt)errno;
H A DError.h28 hlUInt uiSystemError; variable
/dports/archivers/hlextract/HLLib/
H A DError.cpp19 this->uiSystemError = 0; in CError()
42 return this->uiSystemError; in GetSystemError()
52 if(this->uiSystemError == 0) in GetShortFormattedErrorMessage()
65 …sprintf(this->lpShortFormattedError, "Error (0x%.8x): %s %s", this->uiSystemError, this->lpError, … in GetShortFormattedErrorMessage()
73 if(this->uiSystemError == 0) in GetLongFormattedErrorMessage()
86 …ror, "Error:\n%s\n\nSystem Error (0x%.8x):\n%s", this->lpError, this->uiSystemError, this->lpSyste… in GetLongFormattedErrorMessage()
104 this->uiSystemError = 0; in SetErrorMessageFormated()
121 this->uiSystemError = GetLastError();
125 …MAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, NULL, this->uiSystemError, MAKELANGID(LA…
131 this->uiSystemError = (hlUInt)errno;
H A DError.h28 hlUInt uiSystemError; variable