CEdit::GetSel 
DWORD GetSel( ) const;void GetSel( int& nStartChar, int& nEndChar ) const;Return ValueThe version that returns a DWORD returns a value that contains the starting position in the low-order word and the position of the first nonselected character after the end of the selection in the high-order word.
low-order 是什么意思?high-order 呢?