Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DDialog.cpp218 LPCSTR templateNameA; in Create() local
220 templateNameA = (LPCSTR)templateName; in Create()
224 templateNameA = name; in Create()
226 …aHWND = CreateDialogParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this… in Create()
239 LPCSTR templateNameA; in Create() local
241 templateNameA = (LPCSTR)templateName; in Create()
245 templateNameA = name; in Create()
247 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()