Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of OS2World.Com Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:25, 16 October 2023 Martini talk contribs created page Handling OS/2 Error Codes (Created page with "by Nico Mak [LISTING ONE] <pre> OS2ERR.H version 1.0, March, 1989: Include this file after including OS2.H or OS2DEF.H: #ifdef OS2ERR USHORT APIENTRY xos2chk(PSZ, USHORT, PSZ, USHORT); USHORT APIENTRY xos2(PSZ, USHORT, PSZ, USHORT); VOID APIENTRY xpoperr(VOID); #define os2chk(ErrCode) (xos2chk(__FILE__, __LINE__, #ErrCode, ErrCode)) #define os2(ErrCode) (xos2(__FILE__, __LINE__, #ErrCode, ErrCode)) #define poperr() (xpoperr()) #...")