Home
last modified time | relevance | path

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

/reactos/base/applications/notepad/
H A Dprinting.c497 static PPRINT_DATA s_pData = NULL; in DIALOG_Printing_DialogProc() local
503 s_pData = (PPRINT_DATA)lParam; in DIALOG_Printing_DialogProc()
504 s_pData->hwndDlg = hwnd; in DIALOG_Printing_DialogProc()
509 s_hThread = CreateThread(NULL, 0, PrintThreadFunc, s_pData, 0, NULL); in DIALOG_Printing_DialogProc()
512 s_pData->status = STRING_PRINTFAILED; in DIALOG_Printing_DialogProc()
518 switch (s_pData->status) in DIALOG_Printing_DialogProc()
535 if (s_pData->status == STRING_PRINTCOMPLETE) in DIALOG_Printing_DialogProc()
537 else if (s_pData->status == STRING_PRINTFAILED) in DIALOG_Printing_DialogProc()
549 s_pData->status = STRING_PRINTCANCELING; in DIALOG_Printing_DialogProc()
557 DeleteDC(s_pData->printer.hDC); in DIALOG_Printing_DialogProc()
[all …]