Share via


TDN_DIALOG_CONSTRUCTED (Compact 2013)

3/28/2014

The task dialog sends this notification after the dialog has been created and before it is displayed.

Syntax

TDN_DIALOG_CONSTRUCTED
  wParam = 0;
  lParam = 0;

Parameters

  • wParam
    Not used.
  • lParam
    Not used.

Return Value

The return value is ignored.

Remarks

The difference between TDN_DIALOG_CONSTRUCTED and TDN_CREATED is that TDN_CREATED is sent as soon as the window is created (in WM_INITDIALOG). TDN_CONSTRUCTED is sent only after the task dialog object is finished initializing.

Requirements

Header

shellctrls.h

See Also

Reference

Task Dialogs Notifications
TDN_CREATED