From 6751d511aeedfdd568e79c0e7b03546965c4227a Mon Sep 17 00:00:00 2001 From: pravic Date: Thu, 14 Apr 2016 00:40:16 +0300 Subject: add missed debug module docs (gitignore :() --- doc/km/debug/fn.DbgPrintEx.html | 113 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 doc/km/debug/fn.DbgPrintEx.html (limited to 'doc/km/debug/fn.DbgPrintEx.html') diff --git a/doc/km/debug/fn.DbgPrintEx.html b/doc/km/debug/fn.DbgPrintEx.html new file mode 100644 index 0000000..95f0b2f --- /dev/null +++ b/doc/km/debug/fn.DbgPrintEx.html @@ -0,0 +1,113 @@ + + + + + + + + + + km::debug::DbgPrintEx - Rust + + + + + + + + + + + + + + + + + +
+

km::debug::DbgPrintEx + + [] + + [src]

+
pub unsafe extern fn DbgPrintEx(ComponentId: u32, Level: u32, Format: *const u8, ...) -> NTSTATUS

The DbgPrintEx routine sends a string to the kernel debugger if certain conditions are met.

+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3