Searched refs:itemLength (Results 1 – 1 of 1) sorted by relevance
/reactos/base/applications/msconfig_new/ |
H A D | srvpage.cpp | 460 size_t itemLength = 0; in RequiredServicesDisablingDialogWndProc() local 465 itemLength = GetWindowTextLength(GetDlgItem(hDlg, IDC_STATIC_REQSVCSDIS_INFO)) + 1; in RequiredServicesDisablingDialogWndProc() 466 szItem = (LPWSTR)MemAlloc(0, itemLength * sizeof(WCHAR)); in RequiredServicesDisablingDialogWndProc() 467 GetDlgItemText(hDlg, IDC_STATIC_REQSVCSDIS_INFO, szItem, (int)itemLength); in RequiredServicesDisablingDialogWndProc() 646 size_t itemLength = 0; in ServicesPageWndProc() local 649 … itemLength = GetWindowTextLength(GetDlgItem(hServicesPage, IDC_STATIC_SERVICES_WARNING)) + 1; in ServicesPageWndProc() 650 szItem = (LPWSTR)MemAlloc(0, itemLength * sizeof(WCHAR)); in ServicesPageWndProc() 651 GetDlgItemText(hServicesPage, IDC_STATIC_SERVICES_WARNING, szItem, (int)itemLength); in ServicesPageWndProc() 657 …itemLength = GetWindowTextLength(GetDlgItem(hServicesPage, IDC_CBX_SERVICES_MASK_PROPRIETARY_SVCS)… in ServicesPageWndProc() 658 szItem = (LPWSTR)MemAlloc(0, itemLength * sizeof(WCHAR)); in ServicesPageWndProc() [all …]
|