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 / enumdrv.h < prev    next >
C/C++ Source or Header  |  1996-01-09  |  204b  |  13 lines

  1. // ENUMDRV.H
  2.  
  3. #ifndef ENUMDRV_INCLUDED
  4. #define ENUMDRV_INCLUDED
  5.  
  6. // procedure definitions
  7.  
  8. BOOL   CheckRM      (LPTSTR);
  9. BOOL   FillRDStruct (LPDINFO);
  10. VOID   EnumDrives   (LPDINFO*);
  11.  
  12. #endif
  13.