Closed steprun closed 3 years ago
Obviously, this is a bug. Thanks for your report!
The condition should be changed to:
hMainWnd != HWND_NULL && !MG_IS_NORMAL_MAIN_WINDOW (hMainWnd)
Obviously, this is a bug. Thanks for your report!
Sorry, this issue does not seem to be fixed
hMainWnd == HWND_NULL || MG_IS_NORMAL_MAIN_WINDOW (hMainWnd) 这两个条件就没有方法获得第一个窗口, dskGetNextMainWindow 却可以通过传空值来获得第一个窗口