Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 1.85 KB

nf-windowsx-static_settext.md

File metadata and controls

71 lines (58 loc) · 1.85 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:windowsx.Static_SetText
Static_SetText macro (windowsx.h)
Sets the text of a static control.
Static_SetText
Static_SetText macro [Windows Controls]
_win32_Static_SetText
_win32_Static_SetText_cpp
controls.Static_SetText
controls._win32_Static_SetText
windowsx/Static_SetText
controls\Static_SetText.htm
Controls
VS|Controls|~\controls\staticcontrols\staticcontrolreference\staticcontrolmacros\static_settext.htm
12/05/2018
Static_SetText, Static_SetText macro [Windows Controls], _win32_Static_SetText, _win32_Static_SetText_cpp, controls.Static_SetText, controls._win32_Static_SetText, windowsx/Static_SetText
windowsx.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
Static_SetText
windowsx/Static_SetText
c++
APIRef
kbSyntax
HeaderDef
Windowsx.h
Static_SetText

Static_SetText macro

-description

Sets the text of a static control.

-parameters

-param hwndCtl

Type: HWND

A handle to the control.

-param lpsz

Type: LPTSTR

A pointer to a null-terminated string to be used as the static control text.

-remarks

The macro expands to a call to SetWindowText.