Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DDialog.cpp217 LPCSTR templateNameA; in Create() local
219 templateNameA = (LPCSTR)templateName; in Create()
223 templateNameA = name; in Create()
225 …aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this… in Create()
238 LPCSTR templateNameA; in Create() local
240 templateNameA = (LPCSTR)templateName; in Create()
244 templateNameA = name; in Create()
246 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()