Searched defs:wszComputerName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvCredential.cpp884 WCHAR wszComputerName[MAX_COMPUTERNAME_LENGTH + 1]; local
885 DWORD cch = ARRAYSIZE(wszComputerName);
886 if (GetComputerNameW(wszComputerName, &cch))
890 wszComputerName,
894 wszComputerName);

Completed in 42 milliseconds