Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
452 B

/*++
Copyright (c) 1985 - 1999, Microsoft Corporation
Module Name:
directio.h
Abstract:
This file implements the NT console direct I/O API
Author:
KazuM Apr.19.1996
Revision History:
--*/
typedef struct _DIRECT_READ_DATA {
PINPUT_INFORMATION InputInfo;
PCONSOLE_INFORMATION Console;
PCONSOLE_PER_PROCESS_DATA ProcessData;
HANDLE HandleIndex;
} DIRECT_READ_DATA, *PDIRECT_READ_DATA;