Searched refs:NewComputerDescription (Results 1 – 1 of 1) sorted by relevance
655 WCHAR NewComputerDescription[MAX_COMPUTERDESCRIPTION_LENGTH + 1]; in NetIDPage_OnApply() local670 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()