Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

stream.h

Go to the documentation of this file.
00001 /*++ 00002 00003 Copyright (c) 1985 - 1999, Microsoft Corporation 00004 00005 Module Name: 00006 00007 stream.h 00008 00009 Abstract: 00010 00011 This file implements the NT console direct I/O API 00012 00013 Author: 00014 00015 KazuM Apr.20.1996 00016 00017 Revision History: 00018 00019 --*/ 00020 00021 00022 typedef struct _RAW_READ_DATA { 00023 PINPUT_INFORMATION InputInfo; 00024 PCONSOLE_INFORMATION Console; 00025 ULONG BufferSize; 00026 PWCHAR BufPtr; 00027 PCONSOLE_PER_PROCESS_DATA ProcessData; 00028 HANDLE HandleIndex; 00029 } RAW_READ_DATA, *PRAW_READ_DATA;

Generated on Sat May 15 19:41:53 2004 for test by doxygen 1.3.7