CFILER.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- // CFILER.H
- #ifndef CRYPTFILER_INCLUDED
- #define CRYPTFILER_INCLUDED
- #include <windows.h>
- #include <stdlib.h>
- #include <stdio.h>
- #include <cderr.h>
- #include <ctype.h>
- #include <stdarg.h>
- #include <limits.h>
- #include <wincrypt.h>
- #include "GLOBALS.H"
- #include "ENUMDRV.H"
- #include "DRVPROC.H"
- #include "EXPDIR.H"
- #include "CFILER.H"
- #include "RESOURCE.H"
- #include "CRP.H"
- #include "TABLE.H"
- #include "FILLFILE.H"
- #ifdef UNICODE
- #include <TCHAR.H>
- #else
- #include <STRING.H>
- #endif
- BOOL InitializeApp (VOID);
- VOID ErrorMsg (LPTSTR);
- LRESULT WINAPI MainWndProc (HWND, UINT, WPARAM, LPARAM);
- LRESULT WINAPI AboutProc (HWND, UINT, WPARAM, LPARAM);
- LRESULT WINAPI DriveBarProc (HWND, UINT, WPARAM, LPARAM);
- INT GetDriveBitmap (LPBINFO);
- BOOL ChangeDrive (LPTSTR, DWORD);
- BOOL UpdateDrivesMenu (HMENU, HANDLE);
- #endif // #ifndef CRYPTFILER_INCLUDED