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.
Stores information required to process the MCN_VIEWCHANGE notification code.
Syntax
typedef struct tagNMVIEWCHANGE {
NMHDR nmhdr;
DWORD dwOldView;
DWORD dwNewView;
} NMVIEWCHANGE, *LPNMVIEWCHANGE;
Members
nmhdr
Type: NMHDR
NMHDR structure that contains information about this notification code.
dwOldView
Type: DWORD
Old view. One of the following constants.
| Value | Meaning |
|---|---|
|
Monthly view. |
|
Annual view. |
|
Decade view. |
|
Century view. |
dwNewView
Type: DWORD
New view. One of the constants listed at dwOldView.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | commctrl.h |