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 the title of a tooltip control.
Syntax
typedef struct _TTGETTITLE {
DWORD dwSize;
UINT uTitleBitmap;
UINT cch;
WCHAR *pszTitle;
} TTGETTITLE, *PTTGETTITLE;
Members
dwSize
Type: DWORD
DWORD that specifies size of structure. Set to sizeof(TTGETTITLE).
uTitleBitmap
Type: UINT
UINT that specifies the tooltip icon.
cch
Type: UINT
UINT that specifies the number of characters in the title.
pszTitle
Type: WCHAR*
Pointer to a wide character string that contains the title.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |