Monitor.h
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:0k
源码类别:

打印编程

开发平台:

Visual C++

  1. #ifndef __MONITOR_H_
  2. #define __MONITOR_H_
  3. #include <windows.h>
  4. #include <tchar.h>
  5. #include <stdio.h>
  6. #include <stdlib.h>
  7. #include <winspool.h>
  8. #include "winsplp.h"
  9. #include <shlobj.h>
  10. #include <limits.h>
  11. #include <shlwapi.h>
  12. #include <string>
  13. #include "log_file.h"
  14. extern "C"
  15. {
  16. __declspec(dllexport) BOOL WINAPI DllMain( HINSTANCE hModule, DWORD  dwReason, LPVOID lpRes);
  17. __declspec(dllexport) LPMONITOREX WINAPI InitializePrintMonitor( LPWSTR pRegistryRoot);
  18. }
  19. #endif//__MONITOR_H_