Skip to main content

RtlUpcaseUnicodeToOemN

Function RtlUpcaseUnicodeToOemN 

Source
pub unsafe extern "system" fn RtlUpcaseUnicodeToOemN(
    OemString: PCHAR,
    MaxBytesInOemString: ULONG,
    BytesInOemString: PULONG,
    UnicodeString: PCWCH,
    BytesInUnicodeString: ULONG,
) -> NTSTATUS