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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxIPC.cpp182 DWORD cchUserName = sizeof(wszUserName) / sizeof(RTUTF16); local
183 BOOL fRc = GetUserNameW(wszUserName, &cchUserName);
/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp140 DWORD cchUserName = sizeof(wszUserName) / sizeof(RTUTF16); local
141 BOOL fRc = GetUserNameW(wszUserName, &cchUserName);
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1470 DWORD cchUserName = UNLEN + 1; local
1472 if (!GetUserNameW(&awszUserName[0], &cchUserName))

Completed in 48 milliseconds