#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <io.h>
#include <fcntl.h>
Go to the source code of this file.
Defines | |
#define | STDIN 0 |
#define | STDOUT 1 |
#define | STDERR 2 |
#define | CRTTONT(fh) (HANDLE)_get_osfhandle(fh) |
Functions | |
PrintPair (LPWSTR pwch, UCHAR *pch, DWORD cch) | |
int _cdecl | main (int argc, char *argv[]) |
|
Definition at line 11 of file proc_out.c. Referenced by PrintPair(). |
|
Definition at line 9 of file proc_out.c. |
|
Definition at line 7 of file proc_out.c. |
|
Definition at line 8 of file proc_out.c. Referenced by PrintPair(). |
|
Definition at line 41 of file proc_out.c. References CHAR, DWORD, and PrintPair().
|
|
Definition at line 13 of file proc_out.c. References CRTTONT, DWORD, NULL, SetConsoleMode(), STDOUT, WriteConsoleA(), and WriteConsoleW(). Referenced by main().
|