ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

precomp.h
Go to the documentation of this file.
00001 /*
00002  * COPYRIGHT:       See COPYING in the top level directory
00003  * PROJECT:         File Management IFS Utility functions
00004  * FILE:            reactos/dll/win32/fmifs/precomp.h
00005  * PURPOSE:         Win32 FMIFS API Library Header
00006  *
00007  * PROGRAMMERS:     Alex Ionescu (alex@relsoft.net)
00008  *                  Hervé Poussineau (hpoussin@reactos.org)
00009  */
00010 
00011 /* INCLUDES ******************************************************************/
00012 
00013 #define WIN32_NO_STATUS
00014 #define NTOS_MODE_USER
00015 #define UNICODE
00016 #define _UNICODE
00017 
00018 #include <stdio.h>
00019 
00020 /* PSDK/NDK Headers */
00021 #include <windows.h>
00022 #include <ndk/cmfuncs.h>
00023 #include <ndk/obfuncs.h>
00024 #include <ndk/rtlfuncs.h>
00025 
00026 /* FMIFS Public Header */
00027 #include <fmifs/fmifs.h>
00028 
00029 /* VFATLIB Public Header */
00030 #include <fslib/vfatlib.h>
00031 
00032 extern LIST_ENTRY ProviderListHead;
00033 
00034 typedef struct _IFS_PROVIDER
00035 {
00036     LIST_ENTRY ListEntry;
00037 
00038     CHKDSKEX ChkdskEx;
00039     PVOID Extend;
00040     FORMATEX FormatEx;
00041 
00042     WCHAR Name[1];
00043 } IFS_PROVIDER, *PIFS_PROVIDER;
00044 
00045 /* init.c */
00046 PIFS_PROVIDER
00047 GetProvider(
00048     IN PWCHAR FileSytem);
00049 
00050 /* EOF */

Generated on Fri May 25 2012 04:14:47 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.