Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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 |