home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / security / crypto / cfiler / expdir.h < prev    next >
C/C++ Source or Header  |  1996-01-09  |  331b  |  15 lines

  1. // EXPDIR.H
  2.  
  3. #ifndef EXPDIR_INCLUDED
  4. #define EXPDIR_INCLUDED
  5.  
  6. BOOL ExpDir(LPCINFO);
  7. VOID ExpDirExit(LPCINFO, HANDLE);
  8. BOOL ConstructDirName(LPCINFO, LONG, LPTSTR);
  9. LONG GetDirDepth(LPTSTR, LPTSTR*);
  10. BOOL CollapseDir(LPCINFO, LONG, LONG);
  11. VOID ConstructLBEntry(LONG, LPTSTR, LPTSTR);
  12. BOOL FullExpand(LPCINFO);
  13.  
  14. #endif
  15.