Changeset 1395 for trunk/dll/errutil.h


Ignore:
Timestamp:
Feb 8, 2009, 2:48:16 AM (17 years ago)
Author:
Gregg Young
Message:

Allow user to turn off alert and/or error beeps in settings notebook. Ticket 341 Move repeated strings to PCSZs. Ticket 6 Add *DateFormat functions to format dates based on locale Ticket 28 Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error Ticket 6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/errutil.h

    r1196 r1395  
    1010
    1111  05 Jan 08 SHL Move from fm3dll.h to here
     12  07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error
    1213
    1314***********************************************************************/
     
    2324INT Dos_Error(ULONG mb_type, ULONG ulRC, HWND hwndOwner,
    2425              PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
    25 INT Dos_Error2(ULONG mb_type, ULONG ulRC, HWND hwndOwner, PCSZ pszSrcFile,
    26                UINT uSrcLineNo, UINT idMsg);
     26//INT Dos_Error2(ULONG mb_type, ULONG ulRC, HWND hwndOwner, PCSZ pszSrcFile,
     27//             UINT uSrcLineNo, UINT idMsg);
    2728ULONG GetMSecTimer(void);
    2829VOID Runtime_Error(PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
     
    3132VOID Win_Error(HWND hwndErr, HWND hwndOwner,
    3233               PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
    33 VOID Win_Error2(HWND hwndErr, HWND hwndOwner, PCSZ pszSrcFile,
    34                 UINT uSrcLineNo, UINT idMsg);
     34//VOID Win_Error2(HWND hwndErr, HWND hwndOwner, PCSZ pszSrcFile,
     35//              UINT uSrcLineNo, UINT idMsg);
    3536VOID Win_Error_NoMsgBox(HWND hwndErr, HWND hwndOwner,
    3637                        PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
Note: See TracChangeset for help on using the changeset viewer.