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

lfn.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.