Lines Matching defs:TRUE
168 return TRUE;
271 return TRUE;
315 return TRUE;
435 TRUE, TRUE);
438 FALSE, TRUE);
439 appendMenuItem(hMenu, 0, _T(""), FALSE, TRUE);
442 FALSE, TRUE);
578 g_bConsoleRun = TRUE;
605 retValue = TRUE;
638 retValue = TRUE;
674 retValue = TRUE;
724 return dwPid == SERVICE_RUNNING ? TRUE : FALSE;
727 g_bRescanServices = TRUE;
746 rv = TRUE;
853 return TRUE;
869 return TRUE;
883 EndDialog(hDlg, TRUE);
884 return TRUE;
890 EndDialog(hDlg, TRUE);
891 return TRUE;
919 return TRUE;
926 EndDialog(hDlg, TRUE);
927 return TRUE;
994 return TRUE;
1003 return TRUE;
1028 return TRUE;
1034 return TRUE;
1043 return TRUE;
1084 Button_Enable(GetDlgItem(hDlg, IDC_SSTART), TRUE);
1085 Button_SetStyle(GetDlgItem(hDlg, IDC_SSTART), BS_DEFPUSHBUTTON, TRUE);
1092 Button_Enable(GetDlgItem(hDlg, IDC_SSTOP), TRUE);
1093 Button_SetStyle(GetDlgItem(hDlg, IDC_SSTOP), BS_DEFPUSHBUTTON, TRUE);
1094 Button_Enable(GetDlgItem(hDlg, IDC_SRESTART), TRUE);
1106 Button_Enable(GetDlgItem(hDlg, IDC_SDISCONN), TRUE);
1136 return TRUE;
1162 return TRUE;
1167 EndDialog(hDlg, TRUE);
1168 return TRUE;
1178 Button_Enable(GetDlgItem(hDlg, IDC_SSTART), TRUE);
1179 return TRUE;
1189 Button_Enable(GetDlgItem(hDlg, IDC_SSTOP), TRUE);
1190 return TRUE;
1200 Button_Enable(GetDlgItem(hDlg, IDC_SRESTART), TRUE);
1201 return TRUE;
1211 return TRUE;
1216 return TRUE;
1225 return TRUE;
1233 EndDialog(hDlg, TRUE);
1234 return TRUE;
1241 EndDialog(hDlg, TRUE);
1242 return TRUE;
1333 g_bDlgServiceOn = TRUE;
1370 return TRUE;
1381 return TRUE;
1392 return TRUE;
1399 g_bDlgServiceOn = TRUE;
1418 return TRUE;
1423 return TRUE;
1558 ErrorMessage(NULL, TRUE);
1651 while (GetMessage(&msg, NULL, 0, 0) == TRUE)