Windows2003-3790/sdktools/restools/rltools/common/showerrs.h

9 lines
319 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
CHAR *GetErrMsg( UINT uErrID);
void ShowErr( int n, void *p1, void *p2);
void ShowEngineErr( int n, void *p1, void *p2);
int RLMessageBoxA( LPCSTR pszMsgText);
void Usage( void);
DWORD B_FormatMessage( DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId,
LPSTR lpBuffer, DWORD nSize, va_list *Arguments );