Ignore:
Timestamp:
Jul 16, 2003, 8:07:01 PM (22 years ago)
Author:
sandervl
Message:

KOM: Added functions to query length after ascii or unicode conversion; Changed the destination length parameter name of lstrcpynWtoA() and lstrcpynAtoW()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/kernel32dbg.def

    r9963 r10176  
    1 ; $Id: kernel32dbg.def,v 1.29 2003-03-31 11:54:28 sandervl Exp $
     1; $Id: kernel32dbg.def,v 1.30 2003-07-16 18:07:01 sandervl Exp $
    22
    33;Basis is Windows95 KERNEL32
     
    976976    lstrncmpiW                 = _DbglstrncmpiW@12              @888
    977977
     978    lstrlenAtoW                = _DbglstrlenAtoW@8              @890
     979    lstrlenWtoA                = _DbglstrlenWtoA@8              @891
     980
    978981    GetLongPathNameA           = _DbgGetLongPathNameA@12        @900
    979982    GetLongPathNameW           = _DbgGetLongPathNameW@12        @901
     
    11831186    wctype_table                                                  @2006 NONAME
    11841187    casemap_upper                                                 @2007 NONAME
    1185     casemap_lower                                                 @2008 NONAME
     1188    casemap_lower                                     @2008 NONAME
    11861189
    11871190; @@PF this exports were cut-out as a result of migration to new unicode
     
    11921195
    11931196    _GetProcessTIBSel@0                                           @2012 NONAME
    1194    
     1197
    11951198    _SetRegistryRootKey@8                                         @2013 NONAME
    11961199    _SetCustomBuildName@12                                        @2014 NONAME
     
    12091212    OSLibDosDevIOCtl                                              @2026 NONAME
    12101213
    1211     vsnprintfW                                                    @2030 NONAME
    1212     snprintfW                                                     @2031 NONAME
     1214    vsnprintfW                            @2030 NONAME
     1215    snprintfW                             @2031 NONAME
    12131216
    12141217; custom dll hook installer
     
    12181221
    12191222; override TIB switching
    1220     _ODIN_SetTIBSwitch@4                                          @2102 NONAME                                           
     1223    _ODIN_SetTIBSwitch@4                                          @2102 NONAME
    12211224
    12221225    GetDisplayCodepage                                            @3000 NONAME
Note: See TracChangeset for help on using the changeset viewer.