Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
DDialog.cpp412 LPCSTR templateNameA; in Create() local
414 templateNameA = (LPCSTR)templateName; in Create()
418 templateNameA = name; in Create()
420 …aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this… in Create()
433 LPCSTR templateNameA; in Create() local
435 templateNameA = (LPCSTR)templateName; in Create()
439 templateNameA = name; in Create()
441 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()