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.
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 |