Contents Index Topic Contents | ||
Previous Topic: DTN_CLOSEUP Next Topic: DTN_DROPDOWN |
DTN_DATETIMECHANGE
DTN_DATETIMECHANGE lpChange = (LPNMDATETIMECHANGE) lParam;Sent by a date and time picker (DTP) control whenever a change occurs. This notification message is sent in the form of a WM_NOTIFY message.
- The owner of the control must return zero.
- lpChange
- Address of an NMDATETIMECHANGE structure containing information about the change that took place in the control.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.