Module string

Module string 

Source
Expand description

Kernel-mode string types (UNICODE_STRING, ANSI_STRING)

Structs§

AnsiString
safe wrapper around ANSI_STRING
AnsiStringRaw
Windows ANSI_STRING structure
UnicodeString
safe wrapper around UNICODE_STRING
UnicodeStringRaw
Windows UNICODE_STRING structure

Functions§

encode_wide_const
compile-time wide string encoding (limited to ASCII)