From 68a4e446d3a571d7e516ab4d457fb27220936b69 Mon Sep 17 00:00:00 2001 From: pravic Date: Thu, 14 Apr 2016 00:37:38 +0300 Subject: update docs --- doc/km/index.html | 9 +- doc/km/macro.KdPrint!.html | 2 +- doc/km/macro.KdPrint_u!.html | 2 +- doc/km/macro.check_unsafe!.html | 2 +- .../shared/enum.ALTERNATIVE_ARCHITECTURE_TYPE.html | 117 ++++++++++++ doc/km/shared/enum.NT_PRODUCT_TYPE.html | 117 ++++++++++++ doc/km/shared/index.html | 151 +++++++++++++++ doc/km/shared/sidebar-items.js | 1 + doc/km/shared/struct.KSYSTEM_TIME.html | 117 ++++++++++++ doc/km/shared/struct.KUSER_SHARED_DATA.html | 202 +++++++++++++++++++++ doc/km/shared/type.SYSTEMTIME.html | 113 ++++++++++++ doc/km/sidebar-items.js | 2 +- doc/km/string/fn.RtlAnsiStringToUnicodeSize.html | 2 +- doc/km/string/fn.RtlAnsiStringToUnicodeString.html | 2 +- doc/km/string/fn.RtlCompareString.html | 2 +- doc/km/string/fn.RtlCompareUnicodeString.html | 2 +- doc/km/string/fn.RtlEqualString.html | 2 +- doc/km/string/fn.RtlEqualUnicodeString.html | 2 +- doc/km/string/fn.RtlFreeAnsiString.html | 2 +- doc/km/string/fn.RtlFreeUnicodeString.html | 2 +- doc/km/string/fn.RtlInt64ToUnicodeString.html | 2 +- doc/km/string/fn.RtlIntegerToUnicodeString.html | 2 +- doc/km/string/fn.RtlUnicodeStringToAnsiSize.html | 2 +- doc/km/string/fn.RtlUnicodeStringToAnsiString.html | 2 +- doc/km/string/fn.RtlUnicodeStringToInteger.html | 2 +- doc/km/string/index.html | 2 +- doc/km/string/struct.ANSI_STRING.html | 2 +- doc/km/string/struct.UNICODE_STRING.html | 2 +- doc/km/string/trait.NativeString.html | 2 +- doc/km/string/type.AnsiString.html | 2 +- doc/km/string/type.CONST_ANSI_STRING.html | 2 +- doc/km/string/type.CONST_UNICODE_STRING.html | 2 +- doc/km/string/type.UnicodeString.html | 2 +- doc/km/time/fn.ExSystemTimeToLocalTime.html | 4 +- doc/km/time/fn.QuerySystemTime.html | 4 +- doc/km/time/fn.QueryTickCount.html | 2 +- doc/km/time/index.html | 10 +- doc/km/time/sidebar-items.js | 2 +- 38 files changed, 858 insertions(+), 41 deletions(-) create mode 100644 doc/km/shared/enum.ALTERNATIVE_ARCHITECTURE_TYPE.html create mode 100644 doc/km/shared/enum.NT_PRODUCT_TYPE.html create mode 100644 doc/km/shared/index.html create mode 100644 doc/km/shared/sidebar-items.js create mode 100644 doc/km/shared/struct.KSYSTEM_TIME.html create mode 100644 doc/km/shared/struct.KUSER_SHARED_DATA.html create mode 100644 doc/km/shared/type.SYSTEMTIME.html (limited to 'doc/km') diff --git a/doc/km/index.html b/doc/km/index.html index dc3aa20..e0635e8 100644 --- a/doc/km/index.html +++ b/doc/km/index.html @@ -47,7 +47,7 @@ [] - [src] + [src]

Windows Kernel Mode library.

Modules

@@ -149,6 +149,13 @@

NT runtime routines.

+ + + + diff --git a/doc/km/macro.KdPrint!.html b/doc/km/macro.KdPrint!.html index 2650982..7fc1f24 100644 --- a/doc/km/macro.KdPrint!.html +++ b/doc/km/macro.KdPrint!.html @@ -47,7 +47,7 @@ [] - [src] + [src]
 macro_rules! KdPrint {
     ($msg:expr $(, $arg:expr)*) => { ... };
diff --git a/doc/km/macro.KdPrint_u!.html b/doc/km/macro.KdPrint_u!.html
index cae1931..b846f1a 100644
--- a/doc/km/macro.KdPrint_u!.html
+++ b/doc/km/macro.KdPrint_u!.html
@@ -47,7 +47,7 @@
                    
                        []
                    
-               [src]
+               [src]
 
 macro_rules! KdPrint_u {
     ($msg:expr $(, $arg:expr)*) => { ... };
diff --git a/doc/km/macro.check_unsafe!.html b/doc/km/macro.check_unsafe!.html
index 0fd3a76..b429f29 100644
--- a/doc/km/macro.check_unsafe!.html
+++ b/doc/km/macro.check_unsafe!.html
@@ -47,7 +47,7 @@
                    
                        []
                    
-               [src]
+               [src]
 
 macro_rules! check_unsafe {
     ($expr:expr) => { ... };
diff --git a/doc/km/shared/enum.ALTERNATIVE_ARCHITECTURE_TYPE.html b/doc/km/shared/enum.ALTERNATIVE_ARCHITECTURE_TYPE.html
new file mode 100644
index 0000000..4d34cde
--- /dev/null
+++ b/doc/km/shared/enum.ALTERNATIVE_ARCHITECTURE_TYPE.html
@@ -0,0 +1,117 @@
+
+
+
+    
+    
+    
+    
+    
+
+    km::shared::ALTERNATIVE_ARCHITECTURE_TYPE - Rust
+
+    
+    
+    
+
+    
+    
+
+
+    
+
+    
+
+    
+
+    
+
+    
+

Enum km::shared::ALTERNATIVE_ARCHITECTURE_TYPE + + [] + + [src]

+
pub enum ALTERNATIVE_ARCHITECTURE_TYPE {
+    StandardDesign,
+    NEC98x86,
+    EndAlternatives,
+}

Variants

+
shared +

Data shared between kernel and user mode.

+
status
StandardDesign
NEC98x86
EndAlternatives
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/km/shared/enum.NT_PRODUCT_TYPE.html b/doc/km/shared/enum.NT_PRODUCT_TYPE.html new file mode 100644 index 0000000..fcc50c6 --- /dev/null +++ b/doc/km/shared/enum.NT_PRODUCT_TYPE.html @@ -0,0 +1,117 @@ + + + + + + + + + + km::shared::NT_PRODUCT_TYPE - Rust + + + + + + + + + + + + + + + + + +
+

Enum km::shared::NT_PRODUCT_TYPE + + [] + + [src]

+
pub enum NT_PRODUCT_TYPE {
+    NtProductWinNt,
+    NtProductLanManNt,
+    NtProductServer,
+}

Variants

+
NtProductWinNt
NtProductLanManNt
NtProductServer
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/km/shared/index.html b/doc/km/shared/index.html new file mode 100644 index 0000000..cf95bf4 --- /dev/null +++ b/doc/km/shared/index.html @@ -0,0 +1,151 @@ + + + + + + + + + + km::shared - Rust + + + + + + + + + + + + + + + + + +
+

Module km::shared + + [] + + [src]

+

Data shared between kernel and user mode.

+

Structs

+ + + + + + + + +
KSYSTEM_TIME +

Dystem time structure

+
KUSER_SHARED_DATA +

The data shared between kernel and user mode.

+

Enums

+ + + + + + + + +
ALTERNATIVE_ARCHITECTURE_TYPE + +
NT_PRODUCT_TYPE + +

Type Definitions

+ + + + +
SYSTEMTIME +

System time is a count of 100-nanosecond intervals since January 1, 1601.

+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/km/shared/sidebar-items.js b/doc/km/shared/sidebar-items.js new file mode 100644 index 0000000..74e4b50 --- /dev/null +++ b/doc/km/shared/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"enum":[["ALTERNATIVE_ARCHITECTURE_TYPE",""],["NT_PRODUCT_TYPE",""]],"struct":[["KSYSTEM_TIME","Dystem time structure"],["KUSER_SHARED_DATA","The data shared between kernel and user mode."]],"type":[["SYSTEMTIME","System time is a count of 100-nanosecond intervals since January 1, 1601."]]}); \ No newline at end of file diff --git a/doc/km/shared/struct.KSYSTEM_TIME.html b/doc/km/shared/struct.KSYSTEM_TIME.html new file mode 100644 index 0000000..206c335 --- /dev/null +++ b/doc/km/shared/struct.KSYSTEM_TIME.html @@ -0,0 +1,117 @@ + + + + + + + + + + km::shared::KSYSTEM_TIME - Rust + + + + + + + + + + + + + + + + + +
+

Struct km::shared::KSYSTEM_TIME + + [] + + [src]

+
pub struct KSYSTEM_TIME {
+    // some fields omitted
+}

Dystem time structure

+

Trait Implementations

Derived Implementations

impl Clone for KSYSTEM_TIME

fn clone(&self) -> KSYSTEM_TIME

+

1.0.0fn clone_from(&mut self, source: &Self)

+

impl Copy for KSYSTEM_TIME

+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/km/shared/struct.KUSER_SHARED_DATA.html b/doc/km/shared/struct.KUSER_SHARED_DATA.html new file mode 100644 index 0000000..cde4d54 --- /dev/null +++ b/doc/km/shared/struct.KUSER_SHARED_DATA.html @@ -0,0 +1,202 @@ + + + + + + + + + + km::shared::KUSER_SHARED_DATA - Rust + + + + + + + + + + + + + + + + + +
+

Struct km::shared::KUSER_SHARED_DATA + + [] + + [src]

+
pub struct KUSER_SHARED_DATA {
+    pub TickCountLowDeprecated: u32,
+    pub TickCountMultiplier: u32,
+    pub InterruptTime: KSYSTEM_TIME,
+    pub SystemTime: KSYSTEM_TIME,
+    pub TimeZoneBias: KSYSTEM_TIME,
+    pub ImageNumberLow: u16,
+    pub ImageNumberHigh: u16,
+    pub NtSystemRoot: [u16; 260],
+    pub MaxStackTraceDepth: u32,
+    pub CryptoExponent: u32,
+    pub TimeZoneId: u32,
+    pub LargePageMinimum: u32,
+    pub Reserved2: [u32; 7],
+    pub NtProductType: NT_PRODUCT_TYPE,
+    pub ProductTypeIsValid: bool,
+    pub NtMajorVersion: u32,
+    pub NtMinorVersion: u32,
+    pub ProcessorFeatures: [bool; 64],
+    pub Reserved1: u32,
+    pub Reserved3: u32,
+    pub TimeSlip: u32,
+    pub AlternativeArchitecture: ALTERNATIVE_ARCHITECTURE_TYPE,
+    pub SystemExpirationDate: u64,
+    pub SuiteMask: u32,
+    pub KdDebuggerEnabled: bool,
+    pub NXSupportPolicy: u8,
+    pub ActiveConsoleId: u32,
+    pub DismountCount: u32,
+    pub ComPlusPackage: u32,
+    pub LastSystemRITEventTickCount: u32,
+    pub NumberOfPhysicalPages: u32,
+    pub SafeBootMode: bool,
+    pub TraceLogging: u32,
+    pub TestRetInstruction: u64,
+    pub SystemCall: u32,
+    pub SystemCallReturn: u32,
+    pub SystemCallPad: [u64; 3],
+    pub TickCount: KSYSTEM_TIME,
+    pub Cookie: u32,
+}

The data shared between kernel and user mode.

+

Fields

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TickCountLowDeprecated
TickCountMultiplier
InterruptTime

Current 64-bit interrupt time in 100ns units.

+
SystemTime

Current 64-bit system time in 100ns units.

+
TimeZoneBias

Current 64-bit time zone bias.

+
ImageNumberLow
ImageNumberHigh
NtSystemRoot
MaxStackTraceDepth
CryptoExponent
TimeZoneId
LargePageMinimum
Reserved2
NtProductType
ProductTypeIsValid
NtMajorVersion
NtMinorVersion
ProcessorFeatures
Reserved1
Reserved3
TimeSlip
AlternativeArchitecture
SystemExpirationDate
SuiteMask
KdDebuggerEnabled

True if a kernel debugger is connected/enabled.

+
NXSupportPolicy
ActiveConsoleId
DismountCount
ComPlusPackage
LastSystemRITEventTickCount
NumberOfPhysicalPages
SafeBootMode

True if the system was booted in safe boot mode.

+
TraceLogging
TestRetInstruction
SystemCall
SystemCallReturn
SystemCallPad
TickCount

The 64-bit tick count.

+
Cookie

Cookie for encoding pointers system wide.

+

Methods

impl KUSER_SHARED_DATA

fn get() -> &'static KUSER_SHARED_DATA

+

Get reference to the mapped shared data.

+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/km/shared/type.SYSTEMTIME.html b/doc/km/shared/type.SYSTEMTIME.html new file mode 100644 index 0000000..b3a724d --- /dev/null +++ b/doc/km/shared/type.SYSTEMTIME.html @@ -0,0 +1,113 @@ + + + + + + + + + + km::shared::SYSTEMTIME - Rust + + + + + + + + + + + + + + + + + +
+

km::shared::SYSTEMTIME + + [] + + [src]

+
type SYSTEMTIME = i64;

System time is a count of 100-nanosecond intervals since January 1, 1601.

+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/km/sidebar-items.js b/doc/km/sidebar-items.js index 1200af8..5e7a5fd 100644 --- a/doc/km/sidebar-items.js +++ b/doc/km/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"macro":[["KdPrint!","Macro to send a message to the kernel debugger."],["KdPrint_u!","Macro to send a message to the kernel debugger for unsafe blocks."],["check_unsafe!",""]],"mod":[["basedef","Kernel-Mode Types."],["crt","C runtime library."],["debug","Debugger support."],["device_object","Device Object."],["dpc","Deferred Procedure Calls (DPC)."],["driver_object","Driver Object."],["event","Event Objects."],["file_object","File Object."],["irp","I/O request packets (IRP)."],["irql","Interrupt Request Level (IRQL)."],["macros","Macros for Kernel-Mode drivers."],["object","Kernel Objects."],["pool","Kernel Mode pools."],["rtl","NT runtime routines."],["status","NT Status codes."],["string","Kernel mode string types."],["time","NT Time routines."]]}); \ No newline at end of file +initSidebarItems({"macro":[["KdPrint!","Macro to send a message to the kernel debugger."],["KdPrint_u!","Macro to send a message to the kernel debugger for unsafe blocks."],["check_unsafe!",""]],"mod":[["basedef","Kernel-Mode Types."],["crt","C runtime library."],["debug","Debugger support."],["device_object","Device Object."],["dpc","Deferred Procedure Calls (DPC)."],["driver_object","Driver Object."],["event","Event Objects."],["file_object","File Object."],["irp","I/O request packets (IRP)."],["irql","Interrupt Request Level (IRQL)."],["macros","Macros for Kernel-Mode drivers."],["object","Kernel Objects."],["pool","Kernel Mode pools."],["rtl","NT runtime routines."],["shared","Data shared between kernel and user mode."],["status","NT Status codes."],["string","Kernel mode string types."],["time","NT Time routines."]]}); \ No newline at end of file diff --git a/doc/km/string/fn.RtlAnsiStringToUnicodeSize.html b/doc/km/string/fn.RtlAnsiStringToUnicodeSize.html index 80ca00a..f3ba276 100644 --- a/doc/km/string/fn.RtlAnsiStringToUnicodeSize.html +++ b/doc/km/string/fn.RtlAnsiStringToUnicodeSize.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlAnsiStringToUnicodeSize(SourceString: &CONST_ANSI_STRING) -> u32
diff --git a/doc/km/string/fn.RtlAnsiStringToUnicodeString.html b/doc/km/string/fn.RtlAnsiStringToUnicodeString.html index ff96a78..ea911db 100644 --- a/doc/km/string/fn.RtlAnsiStringToUnicodeString.html +++ b/doc/km/string/fn.RtlAnsiStringToUnicodeString.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlAnsiStringToUnicodeString(DestinationString: &mut UNICODE_STRING, SourceString: &CONST_ANSI_STRING, AllocateDestination: bool) -> NTSTATUS
diff --git a/doc/km/string/fn.RtlCompareString.html b/doc/km/string/fn.RtlCompareString.html index 1668198..46c9b7b 100644 --- a/doc/km/string/fn.RtlCompareString.html +++ b/doc/km/string/fn.RtlCompareString.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlCompareString(String1: &CONST_ANSI_STRING, String2: &CONST_ANSI_STRING, CaseInSensitive: bool) -> i32
diff --git a/doc/km/string/fn.RtlCompareUnicodeString.html b/doc/km/string/fn.RtlCompareUnicodeString.html index f802f64..8bd1ce3 100644 --- a/doc/km/string/fn.RtlCompareUnicodeString.html +++ b/doc/km/string/fn.RtlCompareUnicodeString.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlCompareUnicodeString(String1: &CONST_UNICODE_STRING, String2: &CONST_UNICODE_STRING, CaseInSensitive: bool) -> i32
diff --git a/doc/km/string/fn.RtlEqualString.html b/doc/km/string/fn.RtlEqualString.html index 802c692..5fba996 100644 --- a/doc/km/string/fn.RtlEqualString.html +++ b/doc/km/string/fn.RtlEqualString.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlEqualString(String1: &CONST_ANSI_STRING, String2: &CONST_ANSI_STRING) -> bool
diff --git a/doc/km/string/fn.RtlEqualUnicodeString.html b/doc/km/string/fn.RtlEqualUnicodeString.html index 3862d90..dacd8e3 100644 --- a/doc/km/string/fn.RtlEqualUnicodeString.html +++ b/doc/km/string/fn.RtlEqualUnicodeString.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlEqualUnicodeString(String1: &CONST_UNICODE_STRING, String2: &CONST_UNICODE_STRING) -> bool
diff --git a/doc/km/string/fn.RtlFreeAnsiString.html b/doc/km/string/fn.RtlFreeAnsiString.html index 30d54e2..7cc6081 100644 --- a/doc/km/string/fn.RtlFreeAnsiString.html +++ b/doc/km/string/fn.RtlFreeAnsiString.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlFreeAnsiString(UnicodeString: &mut ANSI_STRING)
diff --git a/doc/km/string/fn.RtlFreeUnicodeString.html b/doc/km/string/fn.RtlFreeUnicodeString.html index 9f8ebc6..138635d 100644 --- a/doc/km/string/fn.RtlFreeUnicodeString.html +++ b/doc/km/string/fn.RtlFreeUnicodeString.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlFreeUnicodeString(UnicodeString: &mut UNICODE_STRING)
diff --git a/doc/km/string/fn.RtlInt64ToUnicodeString.html b/doc/km/string/fn.RtlInt64ToUnicodeString.html index 5b1f954..9758db8 100644 --- a/doc/km/string/fn.RtlInt64ToUnicodeString.html +++ b/doc/km/string/fn.RtlInt64ToUnicodeString.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlInt64ToUnicodeString(Value: u64, Base: u32, String: &mut UNICODE_STRING) -> NTSTATUS
diff --git a/doc/km/string/fn.RtlIntegerToUnicodeString.html b/doc/km/string/fn.RtlIntegerToUnicodeString.html index 0f5b96e..f9f67b0 100644 --- a/doc/km/string/fn.RtlIntegerToUnicodeString.html +++ b/doc/km/string/fn.RtlIntegerToUnicodeString.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlIntegerToUnicodeString(Value: u32, Base: u32, String: &mut UNICODE_STRING) -> NTSTATUS
diff --git a/doc/km/string/fn.RtlUnicodeStringToAnsiSize.html b/doc/km/string/fn.RtlUnicodeStringToAnsiSize.html index 89cb195..0b54734 100644 --- a/doc/km/string/fn.RtlUnicodeStringToAnsiSize.html +++ b/doc/km/string/fn.RtlUnicodeStringToAnsiSize.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlUnicodeStringToAnsiSize(SourceString: &CONST_UNICODE_STRING) -> u32
diff --git a/doc/km/string/fn.RtlUnicodeStringToAnsiString.html b/doc/km/string/fn.RtlUnicodeStringToAnsiString.html index f0a4a5b..6893192 100644 --- a/doc/km/string/fn.RtlUnicodeStringToAnsiString.html +++ b/doc/km/string/fn.RtlUnicodeStringToAnsiString.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlUnicodeStringToAnsiString(DestinationString: &mut ANSI_STRING, SourceString: &CONST_UNICODE_STRING, AllocateDestination: bool) -> NTSTATUS
diff --git a/doc/km/string/fn.RtlUnicodeStringToInteger.html b/doc/km/string/fn.RtlUnicodeStringToInteger.html index 387b96e..50c4550 100644 --- a/doc/km/string/fn.RtlUnicodeStringToInteger.html +++ b/doc/km/string/fn.RtlUnicodeStringToInteger.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub unsafe extern "system" fn RtlUnicodeStringToInteger(String: &CONST_UNICODE_STRING, Base: u32, Value: &mut u32) -> NTSTATUS
diff --git a/doc/km/string/index.html b/doc/km/string/index.html index f11b932..3e4ca31 100644 --- a/doc/km/string/index.html +++ b/doc/km/string/index.html @@ -47,7 +47,7 @@ [] - [src] + [src]

Kernel mode string types.

Structs

diff --git a/doc/km/string/struct.ANSI_STRING.html b/doc/km/string/struct.ANSI_STRING.html index 8468c08..192ba78 100644 --- a/doc/km/string/struct.ANSI_STRING.html +++ b/doc/km/string/struct.ANSI_STRING.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub struct ANSI_STRING {
     pub Length: u16,
     pub MaximumLength: u16,
diff --git a/doc/km/string/struct.UNICODE_STRING.html b/doc/km/string/struct.UNICODE_STRING.html
index 0bb1613..ecbddc3 100644
--- a/doc/km/string/struct.UNICODE_STRING.html
+++ b/doc/km/string/struct.UNICODE_STRING.html
@@ -47,7 +47,7 @@
                    
                        []
                    
-               [src]
+               [src]
 
pub struct UNICODE_STRING {
     pub Length: u16,
     pub MaximumLength: u16,
diff --git a/doc/km/string/trait.NativeString.html b/doc/km/string/trait.NativeString.html
index 2938e3b..9a9d87c 100644
--- a/doc/km/string/trait.NativeString.html
+++ b/doc/km/string/trait.NativeString.html
@@ -47,7 +47,7 @@
                    
                        []
                    
-               [src]
+               [src]
 
pub trait NativeString {
     fn size(&self) -> u16;
     fn max_size(&self) -> u16;
diff --git a/doc/km/string/type.AnsiString.html b/doc/km/string/type.AnsiString.html
index dd1e9d4..31fe4c6 100644
--- a/doc/km/string/type.AnsiString.html
+++ b/doc/km/string/type.AnsiString.html
@@ -47,7 +47,7 @@
                    
                        []
                    
-               [src]
+               [src]
 
type AnsiString = ANSI_STRING;
diff --git a/doc/km/string/type.CONST_ANSI_STRING.html b/doc/km/string/type.CONST_ANSI_STRING.html index 0d42de7..244d657 100644 --- a/doc/km/string/type.CONST_ANSI_STRING.html +++ b/doc/km/string/type.CONST_ANSI_STRING.html @@ -47,7 +47,7 @@ [] - [src] + [src]
type CONST_ANSI_STRING = ANSI_STRING;
diff --git a/doc/km/string/type.CONST_UNICODE_STRING.html b/doc/km/string/type.CONST_UNICODE_STRING.html index aa7401a..a87d598 100644 --- a/doc/km/string/type.CONST_UNICODE_STRING.html +++ b/doc/km/string/type.CONST_UNICODE_STRING.html @@ -47,7 +47,7 @@ [] - [src] + [src]
type CONST_UNICODE_STRING = UNICODE_STRING;
diff --git a/doc/km/string/type.UnicodeString.html b/doc/km/string/type.UnicodeString.html index df7e89f..f1ad67f 100644 --- a/doc/km/string/type.UnicodeString.html +++ b/doc/km/string/type.UnicodeString.html @@ -47,7 +47,7 @@ [] - [src] + [src]
type UnicodeString = UNICODE_STRING;
diff --git a/doc/km/time/fn.ExSystemTimeToLocalTime.html b/doc/km/time/fn.ExSystemTimeToLocalTime.html index 002b77d..b6c76ee 100644 --- a/doc/km/time/fn.ExSystemTimeToLocalTime.html +++ b/doc/km/time/fn.ExSystemTimeToLocalTime.html @@ -47,8 +47,8 @@ [] - [src] -
pub unsafe extern "system" fn ExSystemTimeToLocalTime(SystemTime: *const SYSTEMTIME, LocalTime: *mut SYSTEMTIME)

Converts a GMT system time value to the local system time for the current time zone.

+ [src] +
pub unsafe extern "system" fn ExSystemTimeToLocalTime(SystemTime: *const SYSTEMTIME, LocalTime: *mut SYSTEMTIME)

Converts a GMT system time value to the local system time for the current time zone.

diff --git a/doc/km/time/fn.QuerySystemTime.html b/doc/km/time/fn.QuerySystemTime.html index 8eacb2e..8a8f052 100644 --- a/doc/km/time/fn.QuerySystemTime.html +++ b/doc/km/time/fn.QuerySystemTime.html @@ -47,8 +47,8 @@ [] - [src] -
pub fn QuerySystemTime() -> SYSTEMTIME

Obtains the current system time.

+ [src] +
pub fn QuerySystemTime() -> SYSTEMTIME

Obtains the current system time.

diff --git a/doc/km/time/fn.QueryTickCount.html b/doc/km/time/fn.QueryTickCount.html index f193713..f0a3989 100644 --- a/doc/km/time/fn.QueryTickCount.html +++ b/doc/km/time/fn.QueryTickCount.html @@ -47,7 +47,7 @@ [] - [src] + [src]
pub fn QueryTickCount() -> i64

A count of the interval timer interrupts that have occurred since the system was booted.

diff --git a/doc/km/time/index.html b/doc/km/time/index.html index a9e4dc0..2e75f91 100644 --- a/doc/km/time/index.html +++ b/doc/km/time/index.html @@ -47,7 +47,7 @@ [] - [src] + [src]

NT Time routines.

Functions

@@ -71,14 +71,6 @@ -

A count of the interval timer interrupts that have occurred since the system was booted.

Type Definitions

- - - -
SYSTEMTIME -

System time is a count of 100-nanosecond intervals since January 1, 1601.

-
diff --git a/doc/km/time/sidebar-items.js b/doc/km/time/sidebar-items.js index 2dc6ba1..f8df114 100644 --- a/doc/km/time/sidebar-items.js +++ b/doc/km/time/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["ExSystemTimeToLocalTime","Converts a GMT system time value to the local system time for the current time zone."],["QuerySystemTime","Obtains the current system time."],["QueryTickCount","A count of the interval timer interrupts that have occurred since the system was booted."]],"type":[["SYSTEMTIME","System time is a count of 100-nanosecond intervals since January 1, 1601."]]}); \ No newline at end of file +initSidebarItems({"fn":[["ExSystemTimeToLocalTime","Converts a GMT system time value to the local system time for the current time zone."],["QuerySystemTime","Obtains the current system time."],["QueryTickCount","A count of the interval timer interrupts that have occurred since the system was booted."]]}); \ No newline at end of file -- cgit v1.2.3