Changeset 8392 for trunk/src/kernel32/kernel32dbg.def
- Timestamp:
- May 8, 2002, 5:02:59 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/kernel32dbg.def
r8325 r8392 1 ; $Id: kernel32dbg.def,v 1.1 0 2002-04-29 16:28:38sandervl Exp $1 ; $Id: kernel32dbg.def,v 1.11 2002-05-08 15:02:59 sandervl Exp $ 2 2 3 3 ;Basis is Windows95 KERNEL32 … … 992 992 GetSystemWindowsDirectoryW = _DbgGetWindowsDirectoryW@8 @903 993 993 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 994 1011 ; 995 1012 ; First free ordinal is 890
Note:
See TracChangeset
for help on using the changeset viewer.