Ignore:
Timestamp:
May 8, 2002, 5:02:59 PM (23 years ago)
Author:
sandervl
Message:

stubs for volume functions

File:
1 edited

Legend:

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

    r8325 r8392  
    1 ; $Id: kernel32dbg.def,v 1.10 2002-04-29 16:28:38 sandervl Exp $
     1; $Id: kernel32dbg.def,v 1.11 2002-05-08 15:02:59 sandervl Exp $
    22
    33;Basis is Windows95 KERNEL32
     
    992992    GetSystemWindowsDirectoryW = _DbgGetWindowsDirectoryW@8     @903
    993993
     994; Windows 2000 (and up) volume functions
     995    FindFirstVolumeA           = _DbgFindFirstVolumeA@8            @904
     996    FindFirstVolumeW           = _DbgFindFirstVolumeW@8            @905
     997    FindNextVolumeA            = _DbgFindNextVolumeA@12            @906
     998    FindNextVolumeW            = _DbgFindNextVolumeW@12            @907
     999    FindVolumeClose            = _DbgFindVolumeClose@4             @908
     1000
     1001    FindFirstVolumeMountPointA = _DbgFindFirstVolumeMountPointA@12 @909
     1002    FindFirstVolumeMountPointW = _DbgFindFirstVolumeMountPointW@12 @910
     1003    FindNextVolumeMountPointA  = _DbgFindNextVolumeMountPointA@12  @911
     1004    FindNextVolumeMountPointW  = _DbgFindNextVolumeMountPointW@12  @912
     1005    FindVolumeMountPointClose  = _DbgFindVolumeMountPointClose@4   @913
     1006
     1007    GetVolumeNameForVolumeMountPointA = _DbgGetVolumeNameForVolumeMountPointA@12 @914
     1008    GetVolumeNameForVolumeMountPointW = _DbgGetVolumeNameForVolumeMountPointW@12 @915
     1009
     1010
    9941011;
    9951012; First free ordinal is 890
Note: See TracChangeset for help on using the changeset viewer.