Edit

Share via


_SetWindowText function

[This function is a wrapper over the SetWindowText function. This function may be altered or unavailable in the future. Applications should call SetWindowText directly.]

Changes the text of the specified window's title bar (if it has one). See SetWindowText.

Syntax

BOOL _SetWindowText(
    ...
);

Parameters

...

Requirements

Requirement Value
DLL
Sqlunirl.dll

See also

SetWindowText