Home
last modified time | relevance | path

Searched refs:hAccelTable (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/common/gui/
H A Dwinvideo.hpp56 static HACCEL hAccelTable = 0; variable
177 hAccelTable = LoadAccelerators(win_hInstance, MAKEINTRESOURCE(idc)); in win_load_accelerators()
237 if (!hAccelTable || !TranslateAccelerator(msg.hwnd, hAccelTable, &msg)) { in loop_once()