2OO1, 19 February
NtDisplayString
NtDisplayString
NTSYSAPI
NTSTATUS
NTAPI
NtDisplayString(
IN PUNICODE_STRING String );
Function NtDisplayString display specified string in
text-mode (typically: blue screen).
Warning: Trying to display string without
previously switch to text-mode results as system hang.
- String Pointer to UNICODE_STRING
contains string to display. Some basic control characters are
implemented (like CR, LF).
- Documented by:
- Tomasz Nowak
Requirements:
- Library: ntdll.lib
- Privilege: SE_TCB_PRIVILEGE
See also: