HIWORD - Extract the unsigned high order word from a long value |
Top Previous Next |
<wordResult> := HIWORD( <longValue> ) <longValue>
The LONG value to extract the high order WORD from. A call to BitShiftMaskSign using the proper parameters to retrieve the high order word from <longValue>. HIWORD retrieves the high order WORD from the LONG <longValue>. The extracted value is unsigned. If you want to extract a signed SHORT value, use HISHORT. Core Library: cckptcor.lib / cckptcor.dll Header: windef.ch
|