Searched refs:templateNameA (Results 1 – 1 of 1) sorted by relevance
412 LPCSTR templateNameA; in Create() local414 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() local435 templateNameA = (LPCSTR)templateName; in Create()439 templateNameA = name; in Create()441 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()