NMSELCHANGENMSELCHANGE*
*Contents  *Index  *Topic Contents
*Previous Topic: NMDAYSTATE
*Next Topic: Month Calendar Control Data Types

NMSELCHANGE


typedef struct tagNMSELCHANGE{
    NMHDR           nmhdr;
    SYSTEMTIME      stSelStart;
    SYSTEMTIME      stSelEnd;
} NMSELCHANGE, FAR * LPNMSELCHANGE;

Carries information required to process the MCN_SELCHANGE notification message.

nmhdr
NMHDR structure that contains information about this notification message.
stSelStart
SYSTEMTIME structure that contains the date for the first day in the user's selection range.
stSelEnd
SYSTEMTIME structure that contains the date for the last day in the user's selection range.

Version 4.70


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