RtlDosApplyFileIsolationRedirection_Ustr

Function RtlDosApplyFileIsolationRedirection_Ustr 

Source
pub unsafe extern "C" fn RtlDosApplyFileIsolationRedirection_Ustr(
    Flags: ULONG,
    OriginalName: PUNICODE_STRING,
    Extension: PUNICODE_STRING,
    StaticString: PUNICODE_STRING,
    DynamicString: PUNICODE_STRING,
    NewName: *mut PUNICODE_STRING,
    NewFlags: PULONG,
    FileNameSize: PSIZE_T,
    RequiredLength: PSIZE_T,
) -> NTSTATUS