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

MakeLong

Copies two words into a double word.

Declaration

Source position: winapih.inc line 331

function MakeLong(

  A: Word;

  B: Word

):DWORD;

Arguments

A

  

The low word.

B

  

The high word.

Function result

The combined doubleword.

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