J
Jack Jackson
What is the best way to sign extend a 16-bit value (such as half of
the lparam value in WM_NCxxx messages) into an Integer?
Currently I test for the 8000 bit and if set OR in FFFF0000, but it
seems like there should be some built-in way to do this.
the lparam value in WM_NCxxx messages) into an Integer?
Currently I test for the 8000 bit and if set OR in FFFF0000, but it
seems like there should be some built-in way to do this.