Searched defs:SetPasswordChar (Results 1 – 3 of 3) sorted by relevance
14 void SetPasswordChar(WPARAM c) { SendMsg(EM_SETPASSWORDCHAR, c); } in SetPasswordChar() function
81 void SetPasswordChar(uint16_t wSubWord) { m_wSubWord = wSubWord; } in SetPasswordChar() function
601 void CPWL_EditImpl::SetPasswordChar(uint16_t wSubWord, bool bPaint) { in SetPasswordChar() function in CPWL_EditImpl