Searched refs:templateNameA (Results 1 – 1 of 1) sorted by relevance
218 LPCSTR templateNameA; in Create() local220 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() local241 templateNameA = (LPCSTR)templateName; in Create()245 templateNameA = name; in Create()247 return DialogBoxParamA(g_hInstance, templateNameA, parentWindow, DialogProcedure, (LPARAM)this); in Create()