Searched refs:ComputerDescription (Results 1 – 1 of 1) sorted by relevance
602 WCHAR ComputerDescription[MAX_COMPUTERDESCRIPTION_LENGTH + 1]; in NetIDPage_OnInitDialog() local603 DWORD RegSize = sizeof(ComputerDescription); in NetIDPage_OnInitDialog()622 (LPBYTE)ComputerDescription, in NetIDPage_OnInitDialog()626 ComputerDescription[RegSize / sizeof(WCHAR)] = UNICODE_NULL; in NetIDPage_OnInitDialog()627 SetDlgItemText(hwndDlg, IDC_COMPDESC, ComputerDescription); in NetIDPage_OnInitDialog()654 WCHAR ComputerDescription[MAX_COMPUTERDESCRIPTION_LENGTH + 1]; in NetIDPage_OnApply() local678 dwSize = sizeof(ComputerDescription); in NetIDPage_OnApply()683 (PBYTE)ComputerDescription, in NetIDPage_OnApply()689 if (wcscmp(ComputerDescription, NewComputerDescription) != 0) in NetIDPage_OnApply()