Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Contains information used with the LVN_GETEMPTYMARKUP notification code.
Syntax
typedef struct tagNMLVEMPTYMARKUP {
NMHDR hdr;
DWORD dwFlags;
WCHAR szMarkup[L_MAX_URL_LENGTH];
} NMLVEMPTYMARKUP;
Members
hdr
Type: NMHDR
Info on the notification message.
dwFlags
Type: DWORD
One of the following values. If NULL, markup is rendered left-justified in the listview area.
| Value | Meaning |
|---|---|
|
Render markup centered in the listview area. |
szMarkup[L_MAX_URL_LENGTH]
Type: WCHAR[L_MAX_URL_LENGTH]
Markup to display.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | commctrl.h |