From 24af17846d14b290aa1d90e37e98c4cbe9e173e1 Mon Sep 17 00:00:00 2001 From: pravic Date: Tue, 12 Apr 2016 18:12:52 +0300 Subject: add winapi-km-rs docs --- doc/km/macro.KdPrint!.html | 121 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 doc/km/macro.KdPrint!.html (limited to 'doc/km/macro.KdPrint!.html') diff --git a/doc/km/macro.KdPrint!.html b/doc/km/macro.KdPrint!.html new file mode 100644 index 0000000..2650982 --- /dev/null +++ b/doc/km/macro.KdPrint!.html @@ -0,0 +1,121 @@ + + + + + + + + + + km::KdPrint! - Rust + + + + + + + + + + + + + + + + + +
+

km::KdPrint! + + [] + + [src]

+
+macro_rules! KdPrint {
+    ($msg:expr $(, $arg:expr)*) => { ... };
+}
+

Macro to send a message to the kernel debugger.

+ +

Example

+
+KdPrint!("NTSTATUS is 0x%X\n", status);
+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3