Searched refs:templateNameA (Results 1 – 1 of 1) sorted by relevance
217 LPCSTR templateNameA; in Create() local219 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() local240 templateNameA = (LPCSTR)templateName; in Create()244 templateNameA = name; in Create()246 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()