| 945 | } |
| 946 | |
| 947 | LONG CTxtWinHost::SetAccelPos(LONG l_accelpos) |
| 948 | { |
| 949 | LONG laccelposOld = l_accelpos; |
| 950 | |
| 951 | laccelpos = l_accelpos; |
| 952 | |
| 953 | // notify text services of property change |
| 954 | pserv->OnTxPropertyBitsChange(TXTBIT_SHOWACCELERATOR, 0); |
| 955 | |
| 956 | return laccelposOld; |
| 957 | } |
| 958 | |
| 959 | WCHAR CTxtWinHost::SetPasswordChar(WCHAR ch_PasswordChar) |
| 960 | { |
nothing calls this directly
no outgoing calls
no test coverage detected