Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenlfn.h
Go to the documentation of this file.
00001 /* lfn.h - Functions for handling VFAT long filenames */ 00002 00003 /* Written 1998 by Roman Hodek */ 00004 00005 00006 #ifndef _LFN_H 00007 #define _LFN_H 00008 00009 void lfn_reset( void ); 00010 /* Reset the state of the LFN parser. */ 00011 00012 void lfn_add_slot( DIR_ENT *de, loff_t dir_offset ); 00013 /* Process a dir slot that is a VFAT LFN entry. */ 00014 00015 char *lfn_get( DIR_ENT *de ); 00016 /* Retrieve the long name for the proper dir entry. */ 00017 00018 void lfn_check_orphaned(void); 00019 00020 #endif Generated on Sun May 27 2012 04:36:13 for ReactOS by
1.7.6.1
|