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

/vbox/src/VBox/Main/src-client/
H A DGuestProcessImpl.cpp1020 const GuestCredentials &sessionCreds = pSession->i_getCredentials(); local
1087 paParms[i++].setPointer((void*)sessionCreds.mUser.c_str(), (ULONG)sessionCreds.mUser.length() + 1);
1088 paParms[i++].setPointer((void*)sessionCreds.mPassword.c_str(), (ULONG)sessionCreds.mPassword.length() + 1);

Completed in 48 milliseconds