Help Center
Help CenterAfxNova

AfxSetDlgMsgResultfunction

WindowsfunctionAfxWin.incundocumented
Not documented upstream. This symbol was found in the AfxNova source but appears in no documentation topic. The signature below is read directly from the code; any description comes from the source comments.

Syntax

PRIVATE FUNCTION AfxSetDlgMsgResult(BYVAL hDlg AS HWND, BYVAL uMsg AS UINT, BYVAL result AS LONG_PTR) AS BOOLEAN

Return value

TRUE or FALSE. Must be set just before exiting the callback message (not after calling other functions) See https://forum.powerbasic.com/forum/user-to-user-discussions/programming/19130-info-dwl_msgresult

Reference

  • Include file AfxWin.inc
  • Defined in AfxNova/AfxWin.inc:2642