Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 563 of file inbv.c.
Referenced by PrintString(), and SmpInvokeAutoChk().
{ OEM_STRING OemString; /* Convert the string to OEM and display it */ RtlUnicodeStringToOemString(&OemString, DisplayString, TRUE); InbvDisplayString(OemString.Buffer); RtlFreeOemString(&OemString); /* Return success */ return STATUS_SUCCESS; }