Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides information about tooltip text that is to be set.
Syntax
typedef struct tagLVSETINFOTIP {
UINT cbSize;
DWORD dwFlags;
LPWSTR pszText;
int iItem;
int iSubItem;
} LVSETINFOTIP, *PLVSETINFOTIP;
Members
cbSize
Type: UINT
Size of the LVSETINFOTIP structure.
dwFlags
Type: DWORD
Flag that specifies how the text should be set. Set to zero.
pszText
Type: LPWSTR
Pointer to a Unicode string that contains the tooltip text.
iItem
Type: int
Value of type int that contains the zero-based index of the item to which this structure refers.
iSubItem
Type: int
Value of type int that contains the one-based index of the subitem to which this structure refers.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |