描述
发送一个LVN_GETEMPTYMARKUP通知.
FreeBASIC 语法
TYPE NMLVEMPTYMARKUP hdr AS NMHDR dwFlags AS DWORD szMarkup AS WSTRING * (2048 + 32) + sizeof("://") END TYPE |
成员
hdr
Info on the notification message.
dwFlags
One of the following values. If NULL, markup is rendered left-justified in the listview area.
EMF_CENTERED
Render markup centered in the listview area.
szMarkup
Markup to display.
最低操作系统
Windows Vista.
引用文件
CommCtrl.bi


