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

data.c
Go to the documentation of this file.
00001 /*
00002  * PROJECT:      ReactOS Boot Loader
00003  * LICENSE:      BSD - See COPYING.ARM in the top level directory
00004  * FILE:         drivers/sac/driver/data.c
00005  * PURPOSE:      Driver for the Server Administration Console (SAC) for EMS
00006  * PROGRAMMERS:  ReactOS Portable Systems Group
00007  */
00008 
00009 /* INCLUDES *******************************************************************/
00010 
00011 #include "sacdrv.h"
00012 
00013 /* GLOBALS ********************************************************************/
00014 
00015 ULONG SACDebug;
00016 
00017 /* FUNCTIONS ******************************************************************/
00018 
00019 VOID
00020 FreeGlobalData(
00021     VOID
00022     )
00023 {
00024 
00025 }
00026 
00027 VOID
00028 FreeDeviceData(
00029     IN PDEVICE_OBJECT DeviceObject
00030     )
00031 {
00032 
00033 }
00034 
00035 NTSTATUS
00036 WorkerThreadStartUp(
00037     IN PVOID Context
00038     )
00039 {
00040     return STATUS_NOT_IMPLEMENTED;
00041 }
00042 
00043 BOOLEAN
00044 InitializeDeviceData(
00045     IN PDEVICE_OBJECT DeviceObject
00046     )
00047 {
00048     return FALSE;
00049 }
00050 
00051 BOOLEAN
00052 InitializeGlobalData(
00053     IN PUNICODE_STRING RegistryPath,
00054     IN PDRIVER_OBJECT DriverObject
00055     )
00056 {
00057     return FALSE;
00058 }

Generated on Fri May 25 2012 04:26:16 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.