Skip to main content

RtlConsoleMultiByteToUnicodeN

Function RtlConsoleMultiByteToUnicodeN 

Source
pub unsafe extern "system" fn RtlConsoleMultiByteToUnicodeN(
    UnicodeString: PWCH,
    MaxBytesInUnicodeString: ULONG,
    BytesInUnicodeString: PULONG,
    MultiByteString: PCH,
    BytesInMultiByteString: ULONG,
    pdwSpecialChar: PULONG,
) -> NTSTATUS