uLib  User mode C/C++ extended API library for Win32 programmers.
MsgTbl.cpp File Reference
#include <uLib/Debug.h>

Go to the source code of this file.

Macros

#define EXC_ENTRY(nn)   { DWORD( nn & ALL_BITS ), #nn }
 

Functions

ACSTR GetWinMsgName (WORD msgId)
 
ACSTR GetExceptionName (DWORD xCode)
 

Variables

CCASTR WinMsgNames []
 
const UINT NrWinMsg = dimof(WinMsgNames)
 

Macro Definition Documentation

◆ EXC_ENTRY

#define EXC_ENTRY (   nn)    { DWORD( nn & ALL_BITS ), #nn }

Variable Documentation

◆ WinMsgNames

CCASTR WinMsgNames

Definition at line 71 of file MsgTbl.cpp.

◆ NrWinMsg

const UINT NrWinMsg = dimof(WinMsgNames)

Definition at line 639 of file MsgTbl.cpp.