Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure carries information used to describe and handle a DTN_WMKEYDOWN message.
Syntax
typedef struct tagNMDATETIMEWMKEYDOWN{ NMHDR nmhdr; int nVirtKey; LPCTSTR pszFormat; SYSTEMTIME st; } NMDATETIMEWMKEYDOWN, FAR* LPNMDATETIMEWMKEYDOWN; |
Members
- nmhdr
-
NMHDRstructure that contains information about the message.
- nVirtKey
-
Virtual key code that represents the key that the user pressed.
- pszFormat
-
Pointer to a null-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
-
SYSTEMTIMEstructure 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.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |