Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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 |