Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Carries information required to process the MCN_SELCHANGE notification code.
Syntax
typedef struct tagNMSELCHANGE {
NMHDR nmhdr;
SYSTEMTIME stSelStart;
SYSTEMTIME stSelEnd;
} NMSELCHANGE, *LPNMSELCHANGE;
Members
nmhdr
Type: NMHDR
NMHDR structure that contains information about this notification.
stSelStart
Type: SYSTEMTIME
SYSTEMTIME structure that contains the date for the first day in the user's selection range.
stSelEnd
Type: SYSTEMTIME
SYSTEMTIME structure that contains the date for the last day in the user's selection range.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | commctrl.h |