Skip to main content

rtl_zero_memory

Function rtl_zero_memory 

Source
pub fn rtl_zero_memory(address: PVOID, length: usize)
Expand description

Dynamically calls RtlZeroMemory.

It will return the NTSTATUS value returned by the call.