Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
319 B

  1. CHAR *GetErrMsg( UINT uErrID);
  2. void ShowErr( int n, void *p1, void *p2);
  3. void ShowEngineErr( int n, void *p1, void *p2);
  4. int RLMessageBoxA( LPCSTR pszMsgText);
  5. void Usage( void);
  6. DWORD B_FormatMessage( DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId,
  7. LPSTR lpBuffer, DWORD nSize, va_list *Arguments );