Changeset 381


Ignore:
Timestamp:
Jul 27, 2006, 8:34:35 AM (19 years ago)
Author:
root
Message:

Add more error.c functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/dll/fm3dll.h

    r365 r381  
    3131  22 Jul 06 SHL Add memory.c functions
    3232  26 Jul 06 SHL Add strips.c functions
     33  26 Jul 06 SHL Add more error.c functions
    3334
    3435***********************************************************************/
     
    578579
    579580/* error.c */
     581INT Dos_Error(ULONG mb_type,ULONG ulRC,HWND hwndOwner,
     582              PCSZ pszFileName,ULONG ulLineNo,PCSZ pszFmt,...);
     583INT Dos_Error2(ULONG mb_type, ULONG ulRC, HWND hwndOwner, PCSZ pszFileName,
     584               ULONG ulLineNo, UINT idMsg);
    580585VOID Win_Error(HWND hwndErr,HWND hwndOwner,
    581586               PCSZ pszFileName,ULONG ulLineNo,PCSZ pszFmt,...);
    582 INT Dos_Error(ULONG mb_type,ULONG ulRC,HWND hwndOwner,
    583               PCSZ pszFileName,ULONG ulLineNo,PCSZ pszFmt,...);
     587VOID Win_Error2(HWND hwndErr, HWND hwndOwner, PCSZ pszFileName, ULONG ulLineNo, UINT idMsg);
    584588VOID Runtime_Error(PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt,...);
     589VOID Runtime_Error2(PCSZ pszSrcFile, UINT uSrcLineNo, UINT idMsg);
    585590APIRET saymsg(ULONG mb_type,HWND hwnd,PCSZ pszTitle,PCSZ pszFmt,...);
    586591
Note: See TracChangeset for help on using the changeset viewer.