NMDATETIMEFORMATQUERYNMDATETIMEFORMATQUERY*
*



Contents  *



Index  *Topic Contents
*Previous Topic: NMDATETIMEFORMAT
*Next Topic: NMDATETIMESTRING

NMDATETIMEFORMATQUERY


typedef struct tagNMDATETIMEFORMATQUERY{
    NMHDR nmhdr;
    LPCTSTR pszFormat;
    SIZE szMax;
} NMDATETIMEFORMATQUERY, FAR * LPNMDATETIMEFORMATQUERY;

Contains information about a date and time picker (DTP) control callback field. It contains a substring (taken from the control's format string) that defines a callback field. The structure receives the maximum allowable size of the text that will be displayed in the callback field. This structure is used with the DTN_FORMATQUERY notification message.

nmhdr
NMHDR structure that contains information about this notification message.
pszFormat
Address of a substring that defines a DTP control callback field. The substring is one or more "X" characters followed by a NULL. (For additional information about callback fields, see Callback fields.)
szMax
SIZE structure that must be filled with the maximum size of the text that will be displayed in the callback field.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.