Unit 'LCLIntf' Package
[Overview][Types][Procedures and functions][Variables][Index] [#lcl]

CallWindowProc

Calls another Window procedure, to handle a message.

Declaration

Source position: winapih.inc line 42

function CallWindowProc(

  lpPrevWndFunc: Pointer;

  Handle: HWND;

  Msg: LongWord;

  WParam: PtrInt;

  LParam: PtrInt

):Integer;