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 / fillfile.h < prev    next >
C/C++ Source or Header  |  1996-01-09  |  478b  |  17 lines

  1. // FILLFILE.H
  2.  
  3. #ifndef FILLFILE_INCLUDED
  4. #define FILLFILE_INCLUDED
  5.  
  6. LONG            GetLBText               (HWND, PTCHAR);
  7. BOOL            myIsDirectory            (LPTSTR);
  8. BOOL             SeparatePathName        (LPTSTR, LPTSTR, LPTSTR);
  9. BOOL             SeparatePathName2        (LPTSTR, LPTSTR, LPTSTR);
  10. BOOL             FillFile                (LPCINFO, HWND);
  11. BOOL             CFilerIsDirectory        (LPTSTR);
  12. BOOL             IsEncrypted                (LPTSTR);
  13. BOOL             IsLegalToAdd            (LPTSTR);
  14. BOOL             BuildSigTable            (TABLE);
  15.  
  16. #endif // #ifdef FILLFILE_INCLUDED
  17.