Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.64 KB

ttm-gettext.md

File metadata and controls

59 lines (35 loc) · 1.64 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TTM_GETTEXT message (Commctrl.h)
Retrieves the information a tooltip control maintains about a tool.
f2afa706-4209-4761-a981-df3d5b938c88
TTM_GETTEXT message Windows Controls
apiref
TTM_GETTEXT
TTM_GETTEXTA
TTM_GETTEXTW
Commctrl.h
HeaderDef
reference
05/31/2018

TTM_GETTEXT message

Retrieves the information a tooltip control maintains about a tool.

Parameters

wParam

The number of TCHARs, including the terminating NULL, to copy to the buffer pointed to by lpszText.

lParam

Pointer to a TOOLINFO structure. Set the cbSize member of this structure to sizeof(TOOLINFO) before sending this message. Set the hwnd and uId members to identify the tool for which to retrieve information. Allocate a buffer of size specified by wParam. Set the lpszText member to point to the buffer to receive the tool text.

Return value

No return value.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h
Unicode and ANSI names
TTM_GETTEXTW (Unicode) and TTM_GETTEXTA (ANSI)