Home
last modified time | relevance | path

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

/reactos/dll/win32/netid/
H A Dnetid.c655 WCHAR NewComputerDescription[MAX_COMPUTERDESCRIPTION_LENGTH + 1]; in NetIDPage_OnApply() local
670 NewComputerDescription, in NetIDPage_OnApply()
671 ARRAYSIZE(NewComputerDescription)); in NetIDPage_OnApply()
689 if (wcscmp(ComputerDescription, NewComputerDescription) != 0) in NetIDPage_OnApply()
695 (PBYTE)NewComputerDescription, in NetIDPage_OnApply()
696 (wcslen(NewComputerDescription) + 1) * sizeof(WCHAR)); in NetIDPage_OnApply()