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);