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

/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvCredential.cpp195 #define KERB_CRED_INIT_PACKED(StringDst, StringSrc, LogonOffset) \ macro
208 KERB_CRED_INIT_PACKED(pLogonOut->LogonDomainName, pLogonIn->LogonDomainName, pLogon);
209 KERB_CRED_INIT_PACKED(pLogonOut->UserName , pLogonIn->UserName, pLogon);
210 KERB_CRED_INIT_PACKED(pLogonOut->Password , pLogonIn->Password, pLogon);
215 #undef KERB_CRED_INIT_PACKED macro

Completed in 44 milliseconds