...teEx(std::vector<TCHAR>& vOutPassword,
const PW_GEN_SETTINGS_EX* pSettings, CNewRandom* pRandomSource)
{
ASSERT(pSettings != NULL);
if(pSettings == NULL) return PWGE_NULL_PTR;
EraseTCharVector(vOutPassword);...