#include "stdarg.h"
#include "stdio.h"
#include "ntddk.h"
#include "fsvga.h"
#include "fsvgalog.h"
Go to the source code of this file.
Functions | |
int | ConvertOutputToOem (IN LPWSTR Source, IN int SourceLength, OUT LPSTR Target, IN int TargetLength) |
NTSTATUS | TranslateOutputToOem (OUT PCHAR_IMAGE_INFO OutputBuffer, IN PCHAR_IMAGE_INFO InputBuffer, IN DWORD Length) |
|
Definition at line 31 of file w32/ntcon/fullscr/vga/misc.c. References CHAR, FALSE, NT_SUCCESS, NTSTATUS(), RtlUnicodeStringToAnsiString(), Status, and strlen().
|
|
Definition at line 86 of file w32/ntcon/fullscr/vga/misc.c. References CHAR, and ConvertOutputToOem(). Referenced by FsVgaWriteToFrameBuffer(), and SrvReadConsoleOutput().
|