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

unc.c
Go to the documentation of this file.
00001 /*
00002  * PROJECT:         ReactOS Kernel
00003  * LICENSE:         GPL - See COPYING in the top level directory
00004  * FILE:            ntoskrnl/fsrtl/unc.c
00005  * PURPOSE:         Manages UNC support routines for file system drivers.
00006  * PROGRAMMERS:     None.
00007  */
00008 
00009 /* INCLUDES ******************************************************************/
00010 
00011 #include <ntoskrnl.h>
00012 #define NDEBUG
00013 #include <debug.h>
00014 
00015 /* PUBLIC FUNCTIONS **********************************************************/
00016 
00017 /*++
00018  * @name FsRtlDeregisterUncProvider
00019  * @unimplemented
00020  *
00021  * FILLME
00022  *
00023  * @param Handle
00024  *        FILLME
00025  *
00026  * @return None
00027  *
00028  * @remarks None
00029  *
00030  *--*/
00031 VOID
00032 NTAPI
00033 FsRtlDeregisterUncProvider(IN HANDLE Handle)
00034 {
00035     /* Unimplemented */
00036     KeBugCheck(FILE_SYSTEM);
00037 }
00038 
00039 /*++
00040  * @name FsRtlRegisterUncProvider
00041  * @unimplemented
00042  *
00043  * FILLME
00044  *
00045  * @param Handle
00046  *        FILLME
00047  *
00048  * @param RedirectorDeviceName
00049  *        FILLME
00050  *
00051  * @param MailslotsSupported
00052  *
00053  * @return None
00054  *
00055  * @remarks None
00056  *
00057  *--*/
00058 NTSTATUS
00059 NTAPI
00060 FsRtlRegisterUncProvider(IN OUT PHANDLE Handle,
00061                          IN PUNICODE_STRING RedirectorDeviceName,
00062                          IN BOOLEAN MailslotsSupported)
00063 {
00064     /* Unimplemented */
00065     KeBugCheck(FILE_SYSTEM);
00066     return STATUS_NOT_IMPLEMENTED;
00067 }

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