Skip to main content

rtl_init_unicode_string

Function rtl_init_unicode_string 

Source
pub fn rtl_init_unicode_string(
    destination_string: *mut UNICODE_STRING,
    source_string: *const u16,
)
Expand description

Dynamically calls RtlInitUnicodeString.

It will return the NTSTATUS value returned by the call.