_SetDlgItemText function

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

Sets the title or text of a control in a dialog box. See SetDlgItemText.

Syntax

BOOL _SetDlgItemText(
    ...
);

Parameters

...

Requirements

Requirement Value
DLL
Sqlunirl.dll

See also

SetDlgItemText