Home
last modified time | relevance | path

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

/reactos/dll/win32/wshom.ocx/
H A Dshell.c1332 static DWORD WINAPI popup_thread_proc(void *arg) in popup_thread_proc() function
1397 hthread = CreateThread(NULL, 0, popup_thread_proc, &param, 0, &tid); in WshShell3_Popup()