Contents Index Topic Contents | ||
Previous Topic: NMDATETIMESTRING Next Topic: Drag List Boxes |
NMDATETIMEWMKEYDOWN
typedef struct tagNMDATETIMEWMKEYDOWN{ NMHDR nmhdr; int nVirtKey; LPCTSTR pszFormat; SYSTEMTIME st; } NMDATETIMEWMKEYDOWN, FAR * LPNMDATETIMEWMKEYDOWN;Carries information used to describe and handle a DTN_WMKEYDOWN notification message.
- nmhdr
- NMHDR structure that contains information about the notification message.
- nVirtKey
- Virtual key code that represents the key that the user pressed.
- pszFormat
- Zero-terminated substring, taken from the format string, that defines the callback field. The substring is one or more "X" characters, followed by a NULL.
- st
- SYSTEMTIME structure containing the current date and time from the DTP control. The owner of the control must modify the time information based on the user's keystroke.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.