The
DM_SETTEXTPTR message is sent to the dialog manager
to set a new string value for an edit line or a new caption for an item.
Unlike the
DM_SETTEXT message, this message works with a string pointer.
Pointer to the string containing the new text. If this parameter is equal to NULL the message does nothing.