mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Implement RtlCutoverTimeToSystemTime().
svn path=/trunk/; revision=12796
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user