CFILER.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // CFILER.H
  2. #ifndef CRYPTFILER_INCLUDED
  3. #define CRYPTFILER_INCLUDED
  4. #include <windows.h>
  5. #include <stdlib.h>
  6. #include <stdio.h>
  7. #include <cderr.h>
  8. #include <ctype.h>
  9. #include <stdarg.h>
  10. #include <limits.h>
  11. #include <wincrypt.h>
  12. #include "GLOBALS.H"
  13. #include "ENUMDRV.H"
  14. #include "DRVPROC.H"
  15. #include "EXPDIR.H"
  16. #include "CFILER.H"
  17. #include "RESOURCE.H"
  18. #include "CRP.H"
  19. #include "TABLE.H"
  20. #include "FILLFILE.H"
  21. #ifdef UNICODE
  22. #include <TCHAR.H>
  23. #else
  24. #include <STRING.H>
  25. #endif
  26. BOOL    InitializeApp           (VOID);
  27. VOID    ErrorMsg                (LPTSTR);
  28. LRESULT WINAPI MainWndProc      (HWND, UINT, WPARAM, LPARAM);
  29. LRESULT WINAPI AboutProc        (HWND, UINT, WPARAM, LPARAM);
  30. LRESULT WINAPI DriveBarProc     (HWND, UINT, WPARAM, LPARAM);
  31. INT GetDriveBitmap (LPBINFO);
  32. BOOL  ChangeDrive (LPTSTR, DWORD);
  33. BOOL    UpdateDrivesMenu        (HMENU, HANDLE);
  34. #endif // #ifndef CRYPTFILER_INCLUDED