Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>long pascal senddlgitemmessage(hdlg hdlg, word iditem, word msg, word wparam,</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
long pascal SendDlgItemMessage(HDLG hDlg, WORD idItem, WORD msg, WORD wParam,
                                              DWORD lParam)

  This functions sends a message to a specified control within a
dialog box.

Parameters
  hDlg is the handle of the dialog box which contains the specified control.
  idItem is the identifier of the control that we want to send the
   message to. (The id is not the same thing as the handle.)
  msg, wParam, and lParam are the standard message parameters to
      be sent to the dialog item.

Returns
  FALSE if the message couldn't be sent. Otherwise, the value passed
back from the control's window procedure is returned.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson