SECCurrencyEdit::OnGetSel
LRESULTSECCurrencyEdit::OnGetSel(WPARAMwParam, LPARAMlParam)
Called to handle the EM_GETSEL message.
Defined in: curredit.cpp
Return Value
A long containing the current selection starting index in the upper word, and the current selection ending index in the lower word.
Parameters
wParam
Pointer to start (may be null).
lParam
Pointer to end (may be null).
See Also