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/string/index.html | 257 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 doc/km/string/index.html (limited to 'doc/km/string/index.html') diff --git a/doc/km/string/index.html b/doc/km/string/index.html new file mode 100644 index 0000000..f11b932 --- /dev/null +++ b/doc/km/string/index.html @@ -0,0 +1,257 @@ + + + + + + + + + + km::string - Rust + + + + + + + + + + + + + + + + + +
+

Module km::string + + [] + + [src]

+

Kernel mode string types.

+

Structs

+ + + + + + + + +
ANSI_STRING +

A counted string used for ANSI strings.

+
UNICODE_STRING +

A counted Unicode string.

+

Traits

+ + + + +
NativeString +

NT native string types.

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RtlAnsiStringToUnicodeSize + +
RtlAnsiStringToUnicodeString + +
RtlCompareString + +
RtlCompareUnicodeString + +
RtlEqualString + +
RtlEqualUnicodeString + +
RtlFreeAnsiString + +
RtlFreeUnicodeString + +
RtlInt64ToUnicodeString + +
RtlIntegerToUnicodeString + +
RtlUnicodeStringToAnsiSize + +
RtlUnicodeStringToAnsiString + +
RtlUnicodeStringToInteger + +

Type Definitions

+ + + + + + + + + + + + + + + + +
AnsiString + +
CONST_ANSI_STRING + +
CONST_UNICODE_STRING + +
UnicodeString + +
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3