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

uext2.c
Go to the documentation of this file.
00001 /*
00002  * COPYRIGHT:       See COPYING in the top level directory
00003  * PROJECT:         Ext2 File System Management
00004  * FILE:            dll/win32/uext2/uext2.c
00005  * PURPOSE:         uext2 DLL initialisation
00006  *
00007  * PROGRAMMERS:     Pierre Schweitzer
00008  */
00009 
00010 #define WIN32_NO_STATUS
00011 #include <windows.h>
00012 #define NTOS_MODE_USER
00013 #include <ndk/umtypes.h>
00014 #include <fmifs/fmifs.h>
00015 
00016 INT WINAPI
00017 DllMain(
00018     IN HINSTANCE hinstDLL,
00019     IN DWORD     dwReason,
00020     IN LPVOID    lpvReserved)
00021 {
00022     UNREFERENCED_PARAMETER(hinstDLL);
00023     UNREFERENCED_PARAMETER(dwReason);
00024     UNREFERENCED_PARAMETER(lpvReserved);
00025 
00026     return TRUE;
00027 }

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