Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenntddft.h
Go to the documentation of this file.
00001 /* 00002 * ntddft.h 00003 * 00004 * Contributors: 00005 * Created by Alex Ionescu 00006 * 00007 * THIS SOFTWARE IS NOT COPYRIGHTED 00008 * 00009 * This source code is offered for use in the public domain. You may 00010 * use, modify or distribute it freely. 00011 * 00012 * This code is distributed in the hope that it will be useful but 00013 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY 00014 * DISCLAIMED. This includes but is not limited to warranties of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00016 * 00017 */ 00018 00019 #ifndef _NTDDFT_ 00020 #define _NTDDFT_ 00021 00022 00023 #ifdef __cplusplus 00024 extern "C" { 00025 #endif 00026 00027 #define FTTYPE ((ULONG)'f') 00028 00029 #define FT_SECONDARY_READ CTL_CODE(FTTYPE, 4, METHOD_OUT_DIRECT, FILE_READ_ACCESS) 00030 #define FT_PRIMARY_READ CTL_CODE(FTTYPE, 5, METHOD_OUT_DIRECT, FILE_READ_ACCESS) 00031 #define FT_BALANCED_READ_MODE CTL_CODE(FTTYPE, 6, METHOD_NEITHER, FILE_ANY_ACCESS) 00032 #define FT_SYNC_REDUNDANT_COPY CTL_CODE(FTTYPE, 7, METHOD_BUFFERED, FILE_ANY_ACCESS) 00033 00034 #ifdef __cplusplus 00035 } 00036 #endif 00037 #endif 00038 Generated on Thu May 24 2012 04:32:40 for ReactOS by
1.7.6.1
|