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

/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvCredential.cpp123 * @param pwszSource UTF16 string to assign.
128 VBoxCredProvCredential::RTUTF16ToUnicode(PUNICODE_STRING pUnicodeDest, PRTUTF16 pwszSource, bool fCopy) argument
131 AssertPtrReturn(pwszSource, E_POINTER);
133 size_t cbLen = RTUtf16Len(pwszSource) * sizeof(RTUTF16);
142 memcpy(pUnicodeDest->Buffer, pwszSource, cbLen);
151 pUnicodeDest->Buffer = pwszSource;

Completed in 45 milliseconds