gpswin.searchresults

来自「GPS 读取数据处理模块源程序」· SEARCHRESULTS 代码 · 共 14 行

SEARCHRESULTS
14
字号
---- s_hExitThread Matches (12 in 1 files) ----
Gpswin32.cpp (gpswin32):HANDLE s_hExitThread = NULL;
Gpswin32.cpp (gpswin32):    bRet = SetEvent(s_hExitThread);
Gpswin32.cpp (gpswin32):    if (s_hExitThread)
Gpswin32.cpp (gpswin32):        CloseHandle(s_hExitThread);
Gpswin32.cpp (gpswin32):        s_hExitThread = NULL;
Gpswin32.cpp (gpswin32)://    s_hExitThread         :   Used by CGPSController to instruct 
Gpswin32.cpp (gpswin32):    s_hExitThread = CreateEvent(NULL, FALSE, FALSE, NULL);
Gpswin32.cpp (gpswin32):    if (!s_hExitThread)
Gpswin32.cpp (gpswin32):        if (s_hExitThread)
Gpswin32.cpp (gpswin32):            CloseHandle(s_hExitThread);
Gpswin32.cpp (gpswin32):            s_hExitThread = NULL;
Gpswin32.cpp (gpswin32):        s_hExitThread

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?