Skip to content

Latest commit

 

History

History
74 lines (42 loc) · 1.51 KB

tdn-navigated.md

File metadata and controls

74 lines (42 loc) · 1.51 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TDN_NAVIGATED notification code (Commctrl.h)
Sent by a task dialog when navigation has occurred. This notification code is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
e7668ab3-3a11-4bf4-8cb4-067d3204fb3f
TDN_NAVIGATED notification code Windows Controls
apiref
TDN_NAVIGATED
Commctrl.h
HeaderDef
reference
05/31/2018

TDN_NAVIGATED notification code

Sent by a task dialog when navigation has occurred. This notification code is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.

TDN_NAVIGATED
     
   WPARAM wParam;
   LPARAM lParam;

Parameters

wParam

Must be zero.

lParam

Must be zero.

Return value

The return value is ignored.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Commctrl.h