Monitor.h
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:0k
- #ifndef __MONITOR_H_
- #define __MONITOR_H_
- #include <windows.h>
- #include <tchar.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <winspool.h>
- #include "winsplp.h"
- #include <shlobj.h>
- #include <limits.h>
- #include <shlwapi.h>
- #include <string>
- #include "log_file.h"
- extern "C"
- {
- __declspec(dllexport) BOOL WINAPI DllMain( HINSTANCE hModule, DWORD dwReason, LPVOID lpRes);
- __declspec(dllexport) LPMONITOREX WINAPI InitializePrintMonitor( LPWSTR pRegistryRoot);
- }
- #endif//__MONITOR_H_