Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygendata.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
1.7.6.1
|