- Add missing EngMapFile and EngQueryFileTimeStamp

- Swap EngUnmapFile and EngUnmapEvent to maintain alphabetical ordering

svn path=/trunk/; revision=36983
This commit is contained in:
Stefan Ginsberg 2008-10-26 12:22:45 +00:00
parent 1e39b5fb16
commit 355b8a2859
2 changed files with 16 additions and 1 deletions

View file

@ -902,6 +902,19 @@ EngQueryDeviceAttribute(
return FALSE; return FALSE;
} }
/*
* @unimplemented
*/
LARGE_INTEGER
APIENTRY
EngQueryFileTimeStamp(IN LPWSTR FileName)
{
LARGE_INTEGER FileTime;
FileTime.QuadPart = 0;
UNIMPLEMENTED;
return FileTime;
}
/* /*
* @unimplemented * @unimplemented
*/ */

View file

@ -96,6 +96,7 @@ EngLockDriverObj@4
EngLockSurface@4 EngLockSurface@4
EngLpkInstalled@0 EngLpkInstalled@0
EngMapEvent@20 EngMapEvent@20
EngMapFile@12
EngMapFontFile@12 EngMapFontFile@12
EngMapFontFileFD@12 EngMapFontFileFD@12
EngMapModule@8 EngMapModule@8
@ -112,6 +113,7 @@ EngPlgBlt@44
EngProbeForRead@12=NTOSKRNL.ProbeForRead EngProbeForRead@12=NTOSKRNL.ProbeForRead
EngProbeForReadAndWrite@12=NTOSKRNL.ProbeForWrite EngProbeForReadAndWrite@12=NTOSKRNL.ProbeForWrite
EngQueryDeviceAttribute@24 EngQueryDeviceAttribute@24
EngQueryFileTimeStamp@4
EngQueryLocalTime@4 EngQueryLocalTime@4
EngQueryPalette@16 EngQueryPalette@16
EngQueryPerformanceCounter@4 EngQueryPerformanceCounter@4
@ -139,8 +141,8 @@ EngUnloadImage@4
EngUnlockDirectDrawSurface@4 EngUnlockDirectDrawSurface@4
EngUnlockDriverObj@4 EngUnlockDriverObj@4
EngUnlockSurface@4 EngUnlockSurface@4
EngUnmapFile@4
EngUnmapEvent@4 EngUnmapEvent@4
EngUnmapFile@4
EngUnmapFontFile@4 EngUnmapFontFile@4
EngUnmapFontFileFD@4 EngUnmapFontFileFD@4
EngUnsecureMem@4 EngUnsecureMem@4