Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |