CSystemInfo.h 298 B

1234567891011121314
  1. #pragma once
  2. #include "CharConvert.h"
  3. #include "LogIni.h"
  4. #include "KeyVar.h"
  5. #include <string>
  6. class CSystemInfo
  7. {
  8. public:
  9. CSystemInfo();
  10. static bool IsHanvedCurrentWindow();//是否已显示当前窗口
  11. static bool isWriteAppProcessInfoToIni(HWND hwnd);//记录程序进程PID和线程ID,用来识别窗口句柄
  12. };