描述
提供要设置的工具提示文本的信息.
FreeBASIC 语法
TYPE LVSETINFOTIP cbSize AS UINT dwFlags AS DWORD pszText AS LPWSTR iItem AS LONG iSubItem AS LONG END TYPE |
成员
cbSize
Size of the LVSETINFOTIP structure.
dwFlags
Flag that specifies how the text should be set. Set to zero.
pszText
Pointer to a Unicode string that contains the tooltip text.
iItem
Value of type int that contains the zero-based index of the item to which this structure refers.
iSubItem
Value of type int that contains the one-based index of the subitem to which this structure refers.
最低操作系统
Windows XP.
引用文件
CommCtrl.bi


