Share via


TDN_DESTROYED (Compact 2013)

3/28/2014

The task dialog sends this notification when it is destroyed and its window handle is no longer valid.

Syntax

TDN_DESTROYED
  wParam = 0;
  lParam = 0;

Parameters

  • wParam
    Not used.
  • lParam
    Not used.

Return Value

The return value is ignored.

Remarks

Requirements

Header

shellctrls.h

See Also

Reference

Task Dialogs Notifications
TDN_CREATED