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

ntfslib.c
Go to the documentation of this file.
00001 /*
00002  * COPYRIGHT:   See COPYING in the top level directory
00003  * PROJECT:     ReactOS NTFS FS library
00004  * FILE:        lib/fslib/ntfslib/ntfslib.c
00005  * PURPOSE:     NTFS lib
00006  * PROGRAMMERS: Pierre Schweitzer
00007  */
00008 #include "ntfslib.h"
00009 
00010 #define NDEBUG
00011 #include <debug.h>
00012 
00013 NTSTATUS NTAPI
00014 NtfsFormat(IN PUNICODE_STRING DriveRoot,
00015            IN FMIFS_MEDIA_FLAG MediaFlag,
00016            IN PUNICODE_STRING Label,
00017            IN BOOLEAN QuickFormat,
00018            IN ULONG ClusterSize,
00019            IN PFMIFSCALLBACK Callback)
00020 {
00021     UNIMPLEMENTED;
00022     return STATUS_SUCCESS;
00023 }
00024 
00025 
00026 NTSTATUS WINAPI
00027 NtfsChkdsk(IN PUNICODE_STRING DriveRoot,
00028            IN BOOLEAN FixErrors,
00029            IN BOOLEAN Verbose,
00030            IN BOOLEAN CheckOnlyIfDirty,
00031            IN BOOLEAN ScanDrive,
00032            IN PFMIFSCALLBACK Callback)
00033 {
00034     UNIMPLEMENTED;
00035     return STATUS_SUCCESS;
00036 }

Generated on Sun May 27 2012 04:36:13 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.