NMDATETIMEWMKEYDOWN (Windows CE 5.0)

Send Feedback

This structure carries information used to describe and handle a DTN_WMKEYDOWN message.

typedefstructtagNMDATETIMEWMKEYDOWN{NMHDR nmhdr;int nVirtKey;LPCTSTRpszFormat;SYSTEMTIMEst;}NMDATETIMEWMKEYDOWN,FAR* LPNMDATETIMEWMKEYDOWN;

Members

  • nmhdr
    NMHDR structure 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
    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.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

NMHDR | SYSTEMTIME

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.