admin
2023-03-07 8b06b1cbf112d55307ea8a6efe711db4e7506d89
ConsoleApplication/CaptureUtil.h
@@ -6,6 +6,7 @@
#include <string>
#include "ImgUtil.h"
#define L2_CHENNL_COUNT 6
using namespace std;
enum CaptureContentType {
   CAPTURE_TYPE_L2,
@@ -25,8 +26,8 @@
{
private:
   static std::list<FrameInfo> tempFrames;
   static HWND level2Frames[8];
   static HWND tradeQueueFrames[8];
   static HWND level2Frames[L2_CHENNL_COUNT];
   static HWND tradeQueueFrames[L2_CHENNL_COUNT];
   static BOOL CALLBACK EnumChildProc(HWND hwndChild, LPARAM lParam);