Home
last modified time | relevance | path

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

/reactos/base/applications/notepad/
H A Dprinting.c483 static DWORD WINAPI PrintThreadFunc(LPVOID arg) in PrintThreadFunc() function
509 s_hThread = CreateThread(NULL, 0, PrintThreadFunc, s_pData, 0, NULL); in DIALOG_Printing_DialogProc()