Home
last modified time | relevance | path

Searched refs:ComputerDescription (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/netid/
H A Dnetid.c602 WCHAR ComputerDescription[MAX_COMPUTERDESCRIPTION_LENGTH + 1]; in NetIDPage_OnInitDialog() local
603 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() local
678 dwSize = sizeof(ComputerDescription); in NetIDPage_OnApply()
683 (PBYTE)ComputerDescription, in NetIDPage_OnApply()
689 if (wcscmp(ComputerDescription, NewComputerDescription) != 0) in NetIDPage_OnApply()