Implement RtlCutoverTimeToSystemTime().

svn path=/trunk/; revision=12796
This commit is contained in:
Eric Kohl
2005-01-04 20:10:11 +00:00
parent d8b3bb21d1
commit db2f53dc81
3 changed files with 117 additions and 33 deletions
+6
View File
@@ -878,6 +878,12 @@ RtlCustomCPToUnicodeN (
ULONG CustomSize
);
BOOLEAN STDCALL
RtlCutoverTimeToSystemTime(IN PTIME_FIELDS CutoverTimeFields,
OUT PLARGE_INTEGER SystemTime,
IN PLARGE_INTEGER CurrentTime,
IN ULONG Unknown);
NTSTATUS STDCALL
RtlDecompressBuffer(IN USHORT CompressionFormat,
OUT PUCHAR UncompressedBuffer,