[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

MakeLParam

Copies two words into a double word, usable as a message lParam.

Declaration

Source position: winapih.inc line 335

function MakeLParam(

  l: Word;

  h: Word

):LPARAM;

Arguments

l

  

The low word.

h

  

The high word.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.