Searched refs:tmplate (Results 1 – 2 of 2) sorted by relevance
905 DLGTEMPLATE tmplate; in focusChildDlgWinProc() member912 temp.tmplate.style = WS_CHILD | WS_CLIPSIBLINGS | WS_VISIBLE | DS_CONTROL | DS_3DLOOK; in focusChildDlgWinProc()913 temp.tmplate.dwExtendedStyle = 0; in focusChildDlgWinProc()914 temp.tmplate.cdit = 0; in focusChildDlgWinProc()915 temp.tmplate.x = 0; in focusChildDlgWinProc()916 temp.tmplate.y = 0; in focusChildDlgWinProc()917 temp.tmplate.cx = 0; in focusChildDlgWinProc()918 temp.tmplate.cy = 0; in focusChildDlgWinProc()921 hChildDlg = CreateDialogIndirectParamA(g_hinst, &temp.tmplate, in focusChildDlgWinProc()
1059 DLGTEMPLATE tmplate; in CreateTemplateDialog() member1063 temp.tmplate.style = WS_CHILD | WS_CLIPSIBLINGS | WS_VISIBLE | DS_CONTROL | DS_3DLOOK; in CreateTemplateDialog()1064 temp.tmplate.dwExtendedStyle = 0; in CreateTemplateDialog()1065 temp.tmplate.cdit = 0; in CreateTemplateDialog()1066 temp.tmplate.x = 0; in CreateTemplateDialog()1067 temp.tmplate.y = 0; in CreateTemplateDialog()1068 temp.tmplate.cx = 0; in CreateTemplateDialog()1069 temp.tmplate.cy = 0; in CreateTemplateDialog()1072 hChildDlg = CreateDialogIndirectParamA(COMDLG32_hInstance, &temp.tmplate, in CreateTemplateDialog()